Re: Breakpoint in release mode



Hi mowaiskhan!

  I'm trying to set breakpoints in a 3rd party library named "Crazy
Eddie GUI" in realease mode.But,It's not taking me there.At breakpoint
we've "question mark".And it's not executed.In debug mode it runs fine.

*   I'm using Visual Stuido .NET 2003
*   I've enabled Program Database Information,Disabled Optimization

Have you also enabled "Create debug info" in the linker settings?

--
Greetings
  Jochen

   My blog about Win32 and .NET
   http://blog.kalmbachnet.de/
.



Relevant Pages

  • Re: stepping over/into code is causing Unhandled Exceptions
    ... specific code involved where the breakpoint is set. ... off for debugging? ... It is a debug (no optimization) build. ... crashing symptoms and only right after a flurry of ...
    (microsoft.public.vc.debugger)
  • Re: VC linker optimizations and whole program optimization
    ... Setting breakpoints will stop working for a lot of code (I think if a ... Good programmers should be able to read a disassembly when ... It's easy to control optimization levels. ... #pragma optimizebefore the function, then you can breakpoint ...
    (microsoft.public.vc.language)
  • Re: Trace32 question
    ... I have compiled this with 'Most' optimization ... levelin ADS. ... we could see that part of code where your setting up your breakpoint ... copy&paste doesn't seems to be possible in d.l window. ...
    (comp.arch.embedded)
  • Re: Trace32 question
    ... I have compiled this with 'Most' optimization ... I.e. the compiler analyzed your code ... we could see that part of code where your setting up your breakpoint ... copy&paste doesn't seems to be possible in d.l window. ...
    (comp.arch.embedded)
  • Re: stepping over/into code is causing Unhandled Exceptions
    ... There have been a few bugs with this type of thing. ... specific code involved where the breakpoint is set. ... or is optimization ... current line without getting either an Illegal Instruction exception, ...
    (microsoft.public.vc.debugger)

Loading