Mega Code Archive

 
Categories / Delphi / Examples
 

Debugger skips code

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.