Debuging

  • Thread starter Thread starter Tom McL.
  • Start date Start date
T

Tom McL.

I have been working on a project for months and now
I am receiving the following message when I try to break
on a line number:

"The Breakpoint will not currently be hit. No Symbols
have been loaded for the document."

I have had no problems in the past.
What do I need to do to fix this problem?

Thanks

Tom
 
Tom,

This message seems "sometimes" to be showed when you try to set a breakpoint
while the project is in "release" mode.

Maybe with you as well?

Cor
 
Tom McL. said:
I have been working on a project for months and now
I am receiving the following message when I try to break
on a line number:

"The Breakpoint will not currently be hit. No Symbols
have been loaded for the document."

I have had no problems in the past.
What do I need to do to fix this problem?

Select "Debug" from the "Solution configuration" combobox which is embedded
into VS.NET's toolbar. If the project/solution is compiled using the
"Release" configuration, no debug symbols (PDB files) are created. Use this
configuration when compiling the release version of a product. If this
doesn't fix your problem, delete its "obj" and "bin" directories and
recompile.
 
I am having the same problem. I deleted the bin but don't see an obj subdir.
i have tried creating a new project and nothing works. I am in debug
compile mode. No ideas here.

Rob Lenderman
 
Back
Top