From: krakjoe Date: Thu, 14 Nov 2013 16:17:22 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb1ee0bbf6a349f4335aabd59008532231dc7cb5;p=php ... --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index c490377f7e..dd0c3a26f1 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -720,14 +720,12 @@ zend_vm_enter: } } } - + if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP) && phpdbg_find_breakpoint_opline(execute_data->opline TSRMLS_CC) == SUCCESS) { DO_INTERACTIVE(); } - } - - if (!(PHPDBG_G(flags) & PHPDBG_IN_COND_BP)) { + if ((PHPDBG_G(flags) & PHPDBG_IS_STEPPING)) { DO_INTERACTIVE(); }