T
TC
When I try to debug my code, Visual Studio is skipping my breakpoints.
At runtime, the solid red circle becomes only the outline of a circle,
and if I hover over the breakpoint I see the message "The breakpoint
will not currently be hit. No symbols have been loaded for this
document."
Breakpoints seem to be functional in the startup project, but nowhere
else. I've found that I can hit a breakpoint in the startup project,
then step into the code where breakpoints aren't functional and debug
normally.
As a test, I created a completely new project and put a breakpoint
there. That breakpoint is skipped.
All my projects are configured for Debug. I've cleaned and completely
rebuilt all projects, yet I still experience this problem.
Needless to say, this is very frustrating. Can anyone suggest a
solution?
-TC
At runtime, the solid red circle becomes only the outline of a circle,
and if I hover over the breakpoint I see the message "The breakpoint
will not currently be hit. No symbols have been loaded for this
document."
Breakpoints seem to be functional in the startup project, but nowhere
else. I've found that I can hit a breakpoint in the startup project,
then step into the code where breakpoints aren't functional and debug
normally.
As a test, I created a completely new project and put a breakpoint
there. That breakpoint is skipped.
All my projects are configured for Debug. I've cleaned and completely
rebuilt all projects, yet I still experience this problem.
Needless to say, this is very frustrating. Can anyone suggest a
solution?
-TC