When I run debug with a breakpoint set the breakpoint
appears with a "?". When I place the mouse pointer over
the breakpoint the following information is provided:
"The breakpoint will not currently be hit. No symbols have
been loaded for this document."
Anyone know how to get the symbols re-loaded for a
document. The debugger is working fine in other projects.
Thanks in advance for any help you can give.
Scott Carter - 04 Dec 2003 17:31 GMT
I've only seen this happen when the project is being built in Release mode
instead of Debug.
Scott
> When I run debug with a breakpoint set the breakpoint
> appears with a "?". When I place the mouse pointer over
> the breakpoint the following information is provided:
>
> "The breakpoint will not currently be hit. No symbols have
> been loaded for this document."
Jan - 11 Dec 2003 18:19 GMT
That means the code you are debugging is not matching the .exe or .dll file
that you are running. Rebuild your project and run in debug mode again. If
you are debugging a process, make sure you have the same .exe or .dll file
running too.
> When I run debug with a breakpoint set the breakpoint
> appears with a "?". When I place the mouse pointer over
[quoted text clipped - 7 lines]
>
> Thanks in advance for any help you can give.