x86 Remote Debugger Service on x64

前端 未结 8 1126
慢半拍i
慢半拍i 2021-01-04 19:40

Is it possible to install the x86 Remote Debugger as a Service on a 64bit machine? I need to attach a debugger to managed code in a Session 0 process. The process runs 32b

8条回答
  •  情深已故
    2021-01-04 19:55

    1) Install the x64 version. This also installs the x86 debugger but does not create a shortcut.

    2) You can find the executable for x86 process debugging here... C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger\x86\msvsmon.exe

    3) If you want to, pin it to the task bar.

提交回复
热议问题