No Symbols Have Been Loaded

J

John Smith

Hello all:

A very strange and annoying problem, I have a few projects that I am
working on and for some reason when I place any breakpoints the compiler
tells me that since no symbols have been loaded the breakpoints will not
be reached. The projects are set to debug. Any ideas?

Thanks,

John
 
M

Marina

You have probably changed the code, but not recompiled. That is when this
issue usually comes up.
 
J

John Smith

Marina said:
You have probably changed the code, but not recompiled. That is when this
issue usually comes up.

I don't think that was the issue as the main project recompiles each of
these subprojects each time I run the debugger.

I found out the only way to fix the situation was to set the option for
generating debug information to off then applying, then turning it back on.

Odd fix, but at least it worked.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top