question

SrithariniRadhakrishnan-3026 avatar image
0 Votes"
SrithariniRadhakrishnan-3026 asked karenpayneoregon answered

VS2019 debugger stops working unexpectedly

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

dotnet-csharpvs-generalvs-debugging
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

karenpayneoregon avatar image
0 Votes"
karenpayneoregon answered

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>


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.