Search code examples
debuggingvb6remote-debugging

Can I remote debug vb6 application?


I wondering if I can remote debug vb6 application like in c#. I want to debug another computer across a network.

I looked at Remote debugging in VB6 but it doesn't help me.


Solution

  • Not down to VB6 code level. Normal debugging tools will help you debug at the assembly level, possibly with some code annotation but that's it.