mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Merge branch 'master' of https://github.com/krakjoe/phpdbg
This commit is contained in:
parent
4e6a8eeffa
commit
02ae3f8de1
6 changed files with 80 additions and 49 deletions
|
|
@ -234,7 +234,7 @@ PHPDBG_HELP(break) /* {{{ */
|
|||
phpdbg_writeln(EMPTY);
|
||||
phpdbg_writeln("\t%sbreak [address] 0x7ff68f570e08", phpdbg_get_prompt(TSRMLS_C));
|
||||
phpdbg_writeln("\t%sb [a] 0x7ff68f570e08", phpdbg_get_prompt(TSRMLS_C));
|
||||
phpdbg_writeln("\tWill break at the opline with the address provided (addresses are shown during execution)");
|
||||
phpdbg_writeln("\tWill break at the opline with the address provided");
|
||||
phpdbg_writeln(EMPTY);
|
||||
phpdbg_writeln("\t%sbreak [lineno] 200", phpdbg_get_prompt(TSRMLS_C));
|
||||
phpdbg_writeln("\t%sb [l] 200", phpdbg_get_prompt(TSRMLS_C));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue