This commit is contained in:
krakjoe 2013-11-10 14:43:46 +00:00
parent 5c866a9f13
commit 2977840a4a
5 changed files with 34 additions and 1 deletions

View file

@ -72,6 +72,12 @@ PHPDBG_HELP(run) /* {{{ */
return SUCCESS;
} /* }}} */
PHPDBG_HELP(eval) /* {{{ */
{
printf("Access to eval() allows you to change the environment during execution, careful though !!");
return SUCCESS;
} /* }}} */
PHPDBG_HELP(break) /* {{{ */
{
printf("doing break help: %s\n", expr);