且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何自动启动调试器以在 Windows 7 64 位上调试 32 位应用程序?

更新时间:2023-11-14 19:18:34

您应该以管理员身份运行您的应用程序(不要将 vsjitdebugger.exe 设置为以管理员身份运行).然后您将收到安全警告提示,然后是正常列表以及可供选择的调试器.在我的情况下,我必须以管理员程序运行调试程序.

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.