Skip to content

Commit d298425

Browse files
committed
Inform about back command existence in help - Fixes krakjoe/phpdbg#100
No way to list the current stack/frames
1 parent 16ae792 commit d298425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpdbg_help.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,9 @@ phpdbg_help_text_t phpdbg_help_text[] = {
318318
"**Information**" CR
319319
" **list** list PHP source" CR
320320
" **info** displays information on the debug session" CR
321-
" **print** show opcodes " CR
321+
" **print** show opcodes" CR
322322
" **frame** select a stack frame and print a stack frame summary" CR
323+
" **back** shows the current backtrace" CR
323324
" **help** provide help on a topic" CR CR
324325

325326
"**Starting and Stopping Execution**" CR

0 commit comments

Comments
 (0)