RE: Invalid Breakpoint
Louis-Eric Simard <[email protected]>
| Newsgroups | gmane.comp.lang.delphi.programming |
|---|---|
| Message-ID | <[email protected]> |
Go in Projects, then Options (Presuming D5 here), and click on the Compiler tab; unclick Optimization; go pack in Projects, and click on Rebuild Project. If you are also having difficulty following the call stack, turn on Stack Frames as well (but only during debugging). When code is optimized, the sequencing of operations is not necessarily integral to that which was detailed in your code; this makes pinpointing specific lines somewhat more difficult, and tracing local variables nearly impossible. Optimization is turned on by default. Cheers, Louis-Eric Simard Delphi Montreal User Group At 03:55 PM 04/08/2003 +1200, you wrote: >-----Original Message----- >From: Louis-Eric Simard [mailto:[email protected]] >Sent: Monday, 4 August 2003 1:26 p.m. >To: [email protected] >Subject: Re: [Delphi] Invalid Breakpoint > > >Did you turn off compiler optimizations and rebuild ? > >Cheers, > >Louis-Eric Simard >DelphiMontreal.com > > >Louis-Eric > >The only reference I can see in the HELP is about these directives. > >{$O+} or {$O-} > >Are these what you meant? > >I tried putting them and rebuilding in but it made no difference. > >Cheers > >Jeff > > > >CodeCoffer - new Delphi code protection Tool! >http://www.delphicollection.com/public/CodeCoffer.htm >--------------------------------------------------------------- >Unsubscribe:[email protected] >List owner:[email protected] >--------------------------------------------------------------- > >Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ ------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511 http://us.click.yahoo.com/sO0ANB/LIdGAA/ySSFAA/i7folB/TM ---------------------------------------------------------------------~-> CodeCoffer - new Delphi code protection Tool! http://www.delphicollection.com/public/CodeCoffer.htm --------------------------------------------------------------- Unsubscribe:[email protected] List owner:[email protected] --------------------------------------------------------------- Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/