Visual Studio Just-In-Time Debugger not finding already open instances

后端 未结 3 1769
慢半拍i
慢半拍i 2021-02-14 03:22

I have a C# console application program that is called by an external program which provides it with its command line parameters. In order to ease debugging, I\'ve created a co

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-14 03:59

    Please check if you have enabled the check boxes named 'Managed' and/or 'Native' in visual studio under:

    Tools->Options->Debugging->Just-In-Time

    I ran into this problem recently where i had accidentally disabled these check boxes. It may not be relevant to your problem as it is working after the reboot. I am just posting this so that others may find it helpful.

提交回复
热议问题