Link to home
Start Free TrialLog in
Avatar of RayT
RayTFlag for United States of America

asked on

Visual Studio 2017 Question

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?
SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
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
Avatar of 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.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RayT

ASKER

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.