l recently upgraded to Visual Studio 2017. When I debug an ASP.NET app my breakpoints are being ignored. What must I do to change this behavior? Are there some IDE options that I must change?
sometimes visual studio debugger has different breakpoints as the visual studio shows. the Debugger ignores breakpoints although they were listed as active in the source code editor and breakpoint window. i could come out from this either by deleting the breakpoint and set a new one, or by deleting all breakpoints from time to time.
Sara
RayT
ASKER
Can someone provide the steps needed to debug and ASP.NET application? I have 2 projects within the solution I wish to debug (have breakpoints). In the previous version of VS this was pretty straightforward.
Thanks! Cleaning the Solution worked for a short time and the problem reappeared. For now I am going back to VS 2015 until the debugging experience is improved or simplified in VS 2017.
Sara