Visual Studio breakpoints not being hit

后端 未结 19 2112
再見小時候
再見小時候 2020-12-04 18:59

I\'m working with an ASP.NET MVC project that seems to be having some issues when attaching to the IIS process (w3wp.exe). I\'m running the solution and IIS 8.5 on my own lo

19条回答
  •  旧巷少年郎
    2020-12-04 19:19

    Go to Visual Studio Menu:

    Debug -> Attach to Process

    And then click the Select button, as in the image below:

    Attach to process

    Then make sure the "Automatically determine the type of code to debug" option is selected, like this:

    Select code type

提交回复
热议问题