Menu

#560 Loop skipped by a single Step Into

v0.6.x
open
Debugger (177)
5
2009-08-12
2009-08-12
Jan Ploski
No

First reported here: https://sourceforge.net/forum/forum.php?thread_id=3362178&forum_id=258688

The problem seems to be that Step Into continues execution until the instruction pointer has changed, but the debugger ends up on the same line after the step in the example case:

for ($i=1; $i<5; $i++)
{
print $i."\n"; # cannot single-step over it
}

Discussion


Log in to post a comment.