- Reset frame num here

This commit is contained in:
Felipe Pena 2013-11-22 20:15:04 -02:00
parent 94ecb5a75f
commit 7a6ed70552

View file

@ -571,6 +571,7 @@ PHPDBG_COMMAND(run) /* {{{ */
}
out:
PHPDBG_FRAME(num) = 0;
return SUCCESS;
} /* }}} */