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:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user