Skip to content

Commit 79ab9a3

Browse files
committed
Merge branch 'master' of https://github.com/krakjoe/phpdbg
2 parents 8c91727 + bd432b9 commit 79ab9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdbg_prompt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ static const phpdbg_command_t phpdbg_prompt_commands[] = {
538538
PHPDBG_COMMAND_D(print, "print something"),
539539
PHPDBG_COMMAND_D(break, "set breakpoint"),
540540
PHPDBG_COMMAND_D(back, "show backtrace"),
541-
PHPDBG_COMMAND_D(list, "list specified line"),
541+
PHPDBG_COMMAND_D(list, "list specified line or function"),
542542
PHPDBG_COMMAND_D(clean, "clean the execution environment"),
543543
PHPDBG_COMMAND_D(clear, "clear breakpoints"),
544544
PHPDBG_COMMAND_D(help, "show help menu"),

0 commit comments

Comments
 (0)