The breakpoint will not currently be hit. No symbols have been loaded

后端 未结 9 1336
你的背包
你的背包 2021-01-04 10:18

I am struggling with breakPoint issue in VS 2012 for more than hours. I am from eclipse background, there I never heard about such issues.

Problem :<

9条回答
  •  攒了一身酷
    2021-01-04 11:12

    I found this out by accident with my VS2012 and ASP.NET MVC, maybe it can help somebody. I noticed that breakpoints in javascript that's inline in the *.cshtml file like this won't get hit (note that this file is a cshtml file):

    enter image description here

    But breakpoints in external *.js files will get hit:

    enter image description here

提交回复
热议问题