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
|
@ -140,5 +140,7 @@ PHPDBG_HELP(list) /* {{{ */
|
|||
printf("The list command displays N line from current context file.\n");
|
||||
printf("\tphpdbg> list 2\n");
|
||||
printf("Will print next 2 lines from the current file\n");
|
||||
printf("\tphpdbg> list func\n");
|
||||
printf("Will print func source code\n");
|
||||
return SUCCESS;
|
||||
} /* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue