Remote debugging in VB6

后端 未结 3 1301
甜味超标
甜味超标 2020-12-10 15:13

Is it possible to remotely debug a process started outside VB6?

The application is a VB6 application with quite a few dll/ocx resources. I am attempting to setup a C

3条回答
  •  一向
    一向 (楼主)
    2020-12-10 15:23

    Have you tried windbg? Just make sure you have pdb files for the project.

提交回复
热议问题