From d29842532397233a0a9419962426965063ad376d Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sun, 29 Jun 2014 11:55:42 +0200 Subject: [PATCH] Inform about back command existence in help - Fixes krakjoe/phpdbg#100 No way to list the current stack/frames --- phpdbg_help.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpdbg_help.c b/phpdbg_help.c index 9af6c1532d..1e58dc69ca 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -318,8 +318,9 @@ phpdbg_help_text_t phpdbg_help_text[] = { "**Information**" CR " **list** list PHP source" CR " **info** displays information on the debug session" CR -" **print** show opcodes " CR +" **print** show opcodes" CR " **frame** select a stack frame and print a stack frame summary" CR +" **back** shows the current backtrace" CR " **help** provide help on a topic" CR CR "**Starting and Stopping Execution**" CR -- 2.40.0