Link to home
Start Free TrialLog in
Avatar of deanfenwick
deanfenwick

asked on

Delphi 7 Enterprise Breakpoints no longer working

I have already read the thread in here entittled Ā "Breakpoints no longer working" there was no solution in there that worked. One guy suggested the line numbers could be screwed up and that may be but how do I fix it?
Avatar of kretzschmar
kretzschmar
Flag of Germany image

>Breakpoints no longer working
is usual caused if the debug-unit and the source are running out of sync

this can be adjusted in the enviroment-options

meikl ;-)
Avatar of deanfenwick
deanfenwick

ASKER

What specific options are you refering to in the environment-options ?
no delphi on hand yet,

but look
into the eviroment-options, if the path to the debug-dcus is set properly
into the compiler-options, if the debug information is compiled also

a possibilty would also to delete/rename/move the dcu of the unit in question and build it new

hope this helps, because i have to setup my d7 new, since my hdd had a crash and have to replaced

meikl ;-)
There are no environment options to correct this issue. I believe it has something to do with invalid carrige returns in the source from copying and pasting code from the help files or a text pad.

I read about this issue a long time ago and that person solved it with some kind of search and replace tool. What I would need to find out is what was that tool and what did that person search and replace.

Please do not contribute to this answer unless you are sure what the resolution. That means you meikl and anyone else is who temped to post a guess.

thank you.
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial