1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

next not quitting when not stepping

This commit is contained in:
krakjoe
2013-11-10 18:08:08 +00:00
parent 38883e7cbb
commit 4bfbdf55dc

View File

@@ -314,8 +314,10 @@ int phpdbg_interactive(int argc, char **argv TSRMLS_DC) /* {{{ */
}
break;
case PHPDBG_NEXT:
case PHPDBG_NEXT: if (PHPDBG_G(stepping)) {
return PHPDBG_NEXT;
}
}
}