Javascript breakpoints in Visual Studio 2017

后端 未结 12 2452
北荒
北荒 2020-12-05 04:14

I just installed Visual Studio 2017. After starting an ASP.NET MVC application I get the message that chrome debugging in Visual Studio is enabled.

But my breakpoint

12条回答
  •  囚心锁ツ
    2020-12-05 04:50

    • Visual Studio Professional 2017 Version 15.8.1
    • Chrome Version 68.0.3440.106 (Official Build) (64-bit)

    I had to enable Legacy Chrome JavaScript debugger under:

    Options -> Tools -> Debugging -> General -> Enable legacy Chrome JavaScript debugger for ASP.NET

提交回复
热议问题