mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Added "list func" support
This commit is contained in:
parent
77cb82dd22
commit
e32d511cec
8 changed files with 118 additions and 28 deletions
|
@ -64,7 +64,7 @@ static const phpdbg_command_t phpdbg_help_commands[] = {
|
|||
PHPDBG_HELP_D(clear, "clearing breakpoints allows you to run code without interruption"),
|
||||
PHPDBG_HELP_D(back, "show debug backtrace information during execution"),
|
||||
PHPDBG_HELP_D(quiet, "be quiet during execution"),
|
||||
PHPDBG_HELP_D(list, "list specified line"),
|
||||
PHPDBG_HELP_D(list, "list specified line or function"),
|
||||
{NULL, 0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue