Re: Debuging
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 01/30/05
- Next message: Herfried K. Wagner [MVP]: "Re: transparency Q"
- Previous message: Herfried K. Wagner [MVP]: "Re: localized Georgian DateTime Picker COntrol?"
- In reply to: Tom McL.: "Debuging"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 30 Jan 2005 12:53:05 +0100
"Tom McL." <tbmcl@cwnet.com> schrieb:
>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.
-- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
- Next message: Herfried K. Wagner [MVP]: "Re: transparency Q"
- Previous message: Herfried K. Wagner [MVP]: "Re: localized Georgian DateTime Picker COntrol?"
- In reply to: Tom McL.: "Debuging"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|