Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Debugger skips code
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Q: I trace the instructions in the debugger and find that it
suddenly skips code I've written - it moves through it, but
doesn't take action.
A: I also had this problem with the skipped code.
I removed all of the temp type files, just kept the DFM and PAS files + DPR,
did a rebuild and it seemed to be ok.
It seems to get out of step with itself sometimes.
Comments:
|