Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IDE Debugger not working
#2
(07-15-2021, 09:34 AM)Comograma Wrote: For some time that I'm to report this.
I have many code, many .pas files that the debugger do not work at all.
For instance, if I mark a certain line break, let's suppose, line #10, the debugger never reachs that line, never break on that line. For that to work, I must mark a line break, 4 ou 5 lines above, I that way it will break there, wich is very annoying and confusing. Some times on a short procedure, it will will break or stop at a line after the end of that procedure.

Anyone with this issue?

I had that problem a long time ago, I found that Delphi was linking dcu files in another directory, NOT linking the new dcu files created by the new source code.   Delphi was happy to do that (no errors or warnings), but was confused about the code locations.

Search your machine for dcu's (or libs) that may contain code other than what you are compiling now.

Dan
Reply


Messages In This Thread
IDE Debugger not working - by Comograma - 07-15-2021, 09:34 AM
RE: IDE Debugger not working - by DanBarclay - 07-15-2021, 08:06 PM
RE: IDE Debugger not working - by kudzu - 07-15-2021, 08:21 PM
RE: IDE Debugger not working - by Comograma - 07-16-2021, 03:28 PM
RE: IDE Debugger not working - by kudzu - 07-16-2021, 06:03 PM
RE: IDE Debugger not working - by Comograma - 07-19-2021, 05:59 PM
RE: IDE Debugger not working - by DanBarclay - 07-19-2021, 07:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)