Link to home
Start Free TrialLog in
Avatar of myleseven
myleseven

asked on

Debugging in Delphi - how to move current line of Execution back.

Hi there,
I would like to know how to shift the current line of execution back to the previous line.
Sort of rewinding the debugging.
In Visual Studio it is possible by just dragging the arrow next tot he current line of execution back up the code. But i don't know how to do this in Delphi 6.
cheers
Myles
Avatar of MerijnB
MerijnB
Flag of Netherlands image

This is not possible. I know you can do this in VB since it's not actually compiled, if it's possible in modern VS languages (.net) it's probably because it's managed code.

Anyways, not possible in Delphi.
ASKER CERTIFIED SOLUTION
Avatar of ahalya
ahalya
Flag of Canada 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
That's cool to know, I'll try it out once. It's always a good day if you learn something new!
Avatar of myleseven
myleseven

ASKER

Thanks Ahalya that is exactly what I wanted.
Cheers
Myles
BTW I am running Delphi 6 and it works.