x86 Remote Debugger Service on x64

前端 未结 8 1054
慢半拍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 20:09

    I ran into this issue today (64 bit OS and VS 2019). I changed Configuration to use x64 for the project, IISExpress to use 64 bit and Platform target to be x64. It still used the 32 bit debugger and complained. Finally, when I enabled Script Debugging it started using the 64 bit debugger. So I would say the combination of all did the trick.

提交回复
热议问题