Visual Studio 2015 project no longer runs in debug mode

后端 未结 22 1183
萌比男神i
萌比男神i 2020-12-04 18:32

This is what I get even when I run in the Debug configuration:

The way I got this to show was by enabling "Just My Code" and warn if there

22条回答
  •  时光取名叫无心
    2020-12-04 19:18

    Resolution steps:

    • Go to the Build settings of the offending project's Properties page.

    • Scroll right down to the “Advanced...” button.

    • Make sure “Debug Info:” is not set to “none”.

      I recommend you to use the full option.

提交回复
热议问题