Board index » delphi » Debug doesn't want to stop at a break point
O.Berg...@lr.tudelft.nl (Otto Bergsma)
![]() Delphi Developer |
Sun, 05 Dec 1999 03:00:00 GMT
|
O.Berg...@lr.tudelft.nl (Otto Bergsma)
![]() Delphi Developer |
Sun, 05 Dec 1999 03:00:00 GMT
Debug doesn't want to stop at a break pointI am working with delphi 2.0 for sometime now, and for no reason Whenever I start my program (project) in the delphi environment, it will only stop If I load an other project (a demo one for instance) the de{*word*81} works fine. Has anyone encountered this as well, and if you did, how did you solve this problem? If anyone could help, I would be very pleased. Otto |
Steve Bygrav
![]() Delphi Developer |
Tue, 07 Dec 1999 03:00:00 GMT
Re:Debug doesn't want to stop at a break pointIs it possible that you are setting the breakpoint on a {COMMENT} line or Just a thought, hope it helps. ------------- Otto Bergsma <O.Berg...@lr.tudelft.nl> wrote in article Quote> I am working with delphi 2.0 for sometime now, and for no reason |
Phil Wrig
![]() Delphi Developer |
Fri, 10 Dec 1999 03:00:00 GMT
Re:Debug doesn't want to stop at a break pointQuoteIn article <5o8njc$on...@news.tudelft.nl> O.Berg...@lr.tudelft.nl (Otto Bergsma) writes: breakpoint on a line that contains no code and do I want Delphi to remove it ! I found that if I remove all the forms from the project (over 200 of them ) Have not tried Delphi 2 yet. Phil Quote>I am working with delphi 2.0 for sometime now, and for no reason |
Chuck Ga
![]() Delphi Developer |
Fri, 10 Dec 1999 03:00:00 GMT
Re:Debug doesn't want to stop at a break pointQuoteOn Mon, 23 Jun 1997 19:15:35, a...@gil.com.au (Phil Wright) wrote: turned out that Delphi did not know when a rebuild of a form was necessary. Also, I had the same problem after using an editor that used Unix Chuck Gadd |
Michael Grunde
![]() Delphi Developer |
Fri, 10 Dec 1999 03:00:00 GMT
Re:Debug doesn't want to stop at a break pointThere are also other lines that the Delpih Optimizer reomoves. i:=1; this is because the value of I is known at compile-time, and this -Mike QuoteSteve Bygrave wrote: |
Phil Wrig
![]() Delphi Developer |
Wed, 15 Dec 1999 03:00:00 GMT
Re:Debug doesn't want to stop at a break pointQuoteIn article <33afa253.255681...@news.csd.net> cgadd-NOS...@{*word*104}-fx.com (Chuck Gadd) writes: I am now in the situation that the breakpoints will not work at all. Also To test an app I have to compile first and then run the app. Any errors I If I start a new app then everyting works fine again. My app is just too Phil |
Dave Sherohm
![]() Delphi Developer |
Fri, 17 Dec 1999 03:00:00 GMT
Re:Debug doesn't want to stop at a break pointQuotea...@gil.com.au (Phil Wright) wrote: you gone into Options/Project and verified (on the Compiler tab) that Debug Information, Local Symbols, and Symbol Info are checked? If these are cleared, it can't let you use breakpoints because it doesn't have the information it needs to associate an address in the program with a line of the source. |