Debugging works fine and suddenly it stops debugging and breakpoints are not hit and i have to repair VS and then it starts working again for sometime and the issue repeats. can anyone please help me with this? Thankyou
Debugging works fine and suddenly it stops debugging and breakpoints are not hit and i have to repair VS and then it starts working again for sometime and the issue repeats. can anyone please help me with this? Thankyou
You should never need to repair Visual Studio.
What is the debugger setting for Enable Just My Code? (true checking or un-checking)
Have you tried using devenv /safemode?
Have you done a clean/rebuild?
Check the setting under configuration manager
See Microsoft docs Troubleshoot Breakpoints in the Visual Studio Debugger
And if none of the above helps, report the issue to Microsoft using the feedback button in Visual Studio, upper right corner of the IDE>
12 people are following this question.