Re: Setting a breakpoints in VS2005
- From: Hunter <Igal.Hunter@xxxxxxxxx>
- Date: Mon, 19 Jan 2009 02:25:14 -0800 (PST)
On Jan 15, 6:37 pm, Hendrik Schober <spamt...@xxxxxx> wrote:
Hunter wrote:
On Jan 15, 4:21 pm, Hendrik Schober <spamt...@xxxxxx> wrote:
Hunter wrote:
Hi All,Up there it says "Binary was not built with debug information".
The question I have is a stupid one, really. I'm used to the old VC6,
now I have to work with VC2005, and I'm unable to a thing as simple as
setting a breakpoint that would actually break the execution.
The project is configured to Debug mode, the breakpoint is in place,
but when I run the program, it just skips to the end, never breaking
on the breakpoint. Same things happens with "run to cursor".
Th emesage produced is:
'dummy.exe': Loaded 'C:\Documents and Settings\igal\My Documents
\Visual Studio 2005\Projects\dummy\debug\dummy.exe', Binary was not
built with debug information.
[...]
I'm sure it's something really stupid and basic, but still, used to
the VC6, I just can't do it.
Any ideas what did I do wrong?
Sounds fishy enough to me.
Kind Regards to all,Schobi
Igal.
Yeah, but wasn't it built so, I mean, the project setting says "debug"
configuration clearly enough. Any ideas?
I have no idea how you created your project and/or whether you changed
its configurations. Right click the project, click on "Properties" (at
the bottom), make sure you have the right configuration (upper left in
the property dialog), and browse through the project's settings. There's
debug settings buried somewhere in the compiler's section and in the
linker's. Are they checked?
If all else fails, disable "Suppress Startup Banner" in the compiler's
and in the linker's General section and post the command lines here,
hoping that someone looks at it and sees what's wrong.
HTH,
Schobi
Hello,
It was created as default "empty project" nothing special. Sort of
"hello world" start.
Darn...
.
- References:
- Setting a breakpoints in VS2005
- From: Hunter
- Re: Setting a breakpoints in VS2005
- From: Hendrik Schober
- Re: Setting a breakpoints in VS2005
- From: Hunter
- Re: Setting a breakpoints in VS2005
- From: Hendrik Schober
- Setting a breakpoints in VS2005
- Prev by Date: IMediaControl DirectShow
- Next by Date: Re: Setting a breakpoints in VS2005
- Previous by thread: Re: Setting a breakpoints in VS2005
- Next by thread: Re: Setting a breakpoints in VS2005
- Index(es):
Relevant Pages
|
Loading