mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
add help for break op command
This commit is contained in:
parent
c1e140d087
commit
b80baeb25e
1 changed files with 4 additions and 0 deletions
|
@ -243,6 +243,10 @@ PHPDBG_HELP(break) /* {{{ */
|
|||
phpdbg_writeln("\t%sb on ($expression == true)", PROMPT);
|
||||
phpdbg_writeln("\tWill break when the condition evaluates to true");
|
||||
phpdbg_writeln(EMPTY);
|
||||
phpdbg_writeln("\t%sbreak op ZEND_ADD", PROMPT);
|
||||
phpdbg_writeln("\t%sb O ZEND_ADD", PROMPT);
|
||||
phpdbg_writeln("\tWill break on every occurence of the opcode provided");
|
||||
phpdbg_writeln(EMPTY);
|
||||
phpdbg_writeln("Note: An address is only valid for the current compilation");
|
||||
phpdbg_writeln(EMPTY);
|
||||
phpdbg_notice("The parameters enclosed by [] are usually optional, but help avoid ambigious commands");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue