diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 7e4f46d093a..252af0a16f4 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -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; + } + } }