mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Moved catch cmd to "break op" cmd
This commit is contained in:
parent
6fbffc68ac
commit
70d4ac8ef3
11 changed files with 93 additions and 80 deletions
|
@ -341,19 +341,6 @@ PHPDBG_HELP(back) /* {{{ */
|
|||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
||||
PHPDBG_HELP(catch) /* {{{ */
|
||||
{
|
||||
phpdbg_help_header();
|
||||
phpdbg_writeln("Catch a VM opcode before its execution");
|
||||
phpdbg_writeln(EMPTY);
|
||||
phpdbg_notice("Examples");
|
||||
phpdbg_writeln("\t%scatch ZEND_ADD", PROMPT);
|
||||
phpdbg_writeln("\t%so ZEND_ADD", PROMPT);
|
||||
phpdbg_writeln("\tWill break the execution before the specified opcode is reached");
|
||||
phpdbg_help_footer();
|
||||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
||||
PHPDBG_HELP(frame) /* {{{ */
|
||||
{
|
||||
phpdbg_help_header();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue