How to launch debugger automatically to debug 32 bit applications on Windows 7 64 bit?

前端 未结 2 983
面向向阳花
面向向阳花 2021-02-09 01:56

I\'m trying to have Windows automatically start the debugger when an application is launched (as described in msdn) however I\'m getting the following error:

2条回答
  •  执念已碎
    2021-02-09 02:30

    You should run your application as an administrator (don't setup vsjitdebugger.exe to run as administrator). Then you will be prompted with the security warning and after that normal list with debuggers to choose from. In my case I had to run as an administrator program which runs debugged program.

提交回复
热议问题