mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
add print exec command to show current execution context instructions
make phpdbg_compile public
This commit is contained in:
parent
434949c5b4
commit
22ae0d51a1
5 changed files with 27 additions and 2 deletions
|
@ -94,6 +94,8 @@ PHPDBG_HELP(print) /* {{{ */
|
|||
phpdbg_writeln("Will print the instructions for the global function my_function");
|
||||
phpdbg_writeln("\t%sprint opline", PROMPT);
|
||||
phpdbg_writeln("Will print the instruction for the current opline");
|
||||
phpdbg_writeln("\t%sprint exec", PROMPT);
|
||||
phpdbg_writeln("Will print the instruction for the execution context");
|
||||
phpdbg_writeln(EMPTY);
|
||||
phpdbg_writeln("Specific printers loaded are show below:");
|
||||
phpdbg_notice("Commands");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue