mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
add source command
This commit is contained in:
parent
36c09510fb
commit
3078834098
4 changed files with 29 additions and 0 deletions
|
@ -501,6 +501,19 @@ PHPDBG_HELP(register) /* {{{ */
|
|||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
||||
PHPDBG_HELP(source) /* {{{ */
|
||||
{
|
||||
phpdbg_help_header();
|
||||
phpdbg_writeln("Sourcing a phpdbginit during your debugging session might save some time");
|
||||
phpdbg_writeln(EMPTY);
|
||||
phpdbg_notice("Examples");
|
||||
phpdbg_writeln("\t%ssource /my/phpdbginit", PROMPT);
|
||||
phpdbg_writeln("\t%s. /my/phpdbginit", PROMPT);
|
||||
phpdbg_writeln("\tWill execute the init file at /my/phpdbginit");
|
||||
phpdbg_help_footer();
|
||||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
||||
PHPDBG_HELP(shell) /* {{{ */
|
||||
{
|
||||
phpdbg_help_header();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue