add print exec command to show current execution context instructions

make phpdbg_compile public
This commit is contained in:
krakjoe 2013-11-17 09:30:44 +00:00
parent 434949c5b4
commit 22ae0d51a1
5 changed files with 27 additions and 2 deletions

View file

@ -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");