How to set up remote debugging on a machine without Visual Studio

后端 未结 6 1896
生来不讨喜
生来不讨喜 2020-12-04 07:47

Is there a way to set up Remote Debugging (Msvscom.exe) on a machine that does not have Visual Studio installed?

I would like to attach to the service running on the

6条回答
  •  暖寄归人
    2020-12-04 08:07

    I was able to get it working with asp.net core 2.1, the only difference from the answers above was that the process you attach to is dotnet.exe.

提交回复
热议问题