]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 16:17:22 +0000 (16:17 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 16:17:22 +0000 (16:17 +0000)
phpdbg_prompt.c

index c490377f7efc25e0e8c2f87abdba8634b5350cdb..dd0c3a26f14a1645f7a7bf4ed3f996e263b66593 100644 (file)
@@ -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();
             }