Avatar of RayT
RayT
Flag 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?
Microsoft Visual Studio

Avatar of undefined
Last Comment
RayT

8/22/2022 - Mon
SOLUTION
Ryan Chong

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
sarabande

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.
ASKER CERTIFIED SOLUTION
Shaun Vermaak

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
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.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck