I am developing a react app with ASP NET Core. I have noticed that whenever I turn off Anonymous Authentication and turn on Windows Authentication my breakpoints are no longer being hit in visual studio. All of my debugging has to be done through Chrome.
None
0 Points
1 Post
launchSettings.config and Debugging
Jan 21, 2019 04:12 PM|juliandeange|LINK
I am developing a react app with ASP NET Core. I have noticed that whenever I turn off Anonymous Authentication and turn on Windows Authentication my breakpoints are no longer being hit in visual studio. All of my debugging has to be done through Chrome.
Any suggestions?
Thank you!
Participant
1230 Points
437 Posts
Re: launchSettings.config and Debugging
Jan 22, 2019 03:25 AM|Xing Zou|LINK
HI juliandeange,
What breakponits do you add( in vs? ) Where do you put your breakpoints( show the code)? What is the function of the code?
You need to check whether the code at the breakpoints is executed or not.
Xing