From fb1ee0bbf6a349f4335aabd59008532231dc7cb5 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Thu, 14 Nov 2013 16:17:22 +0000 Subject: [PATCH] ... --- phpdbg_prompt.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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(); } -- 2.50.1