summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-04-20 18:46:35 +0100
committerkrakjoe <joe.watkins@live.co.uk>2014-04-20 18:46:35 +0100
commitf96feea00c112bc1bec3e7b677218f4b487d1152 (patch)
tree40634284ce0428154d1762ae640146bbb59cdbfc /phpdbg_help.c
parent373b9ecd05e5c88fd224e9a081680e1109dbb4ed (diff)
downloadphp-git-f96feea00c112bc1bec3e7b677218f4b487d1152.tar.gz
step by line and opcode modes preserved, set stepping added, help updated
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r--phpdbg_help.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c
index 4866f1e67e..2a6f9e82b6 100644
--- a/phpdbg_help.c
+++ b/phpdbg_help.c
@@ -800,12 +800,13 @@ phpdbg_help_text_t phpdbg_help_text[] = {
" **Type** **Alias** **Purpose**" CR
" **prompt** **p** set the prompt" CR
" **color** **c** set color <element> <color>" CR
-" **colors** **C** set colors <on|off>" CR
-" **oplog** **O** set oplog output" CR
+" **colors** **C** set colors [<on|off>]" CR
+" **oplog** **O** set oplog [output]" CR
" **break** **b** set break **id** <on|off>" CR
-" **breaks** **B** set breaks <on|off>" CR
-" **quiet** **q** set quiet <on|off>" CR
-" **refcount** **r** set refcount <on|off> (refcount display upon hit watchpoint)" CR CR
+" **breaks** **B** set breaks [<on|off>]" CR
+" **quiet** **q** set quiet [<on|off>]" CR
+" **stepping** **s** set stepping [<opcode|line>]" CR
+" **refcount** **r** set refcount [<on|off>] " CR CR
"Valid colors are **none**, **white**, **red**, **green**, **yellow**, **blue**, **purple**, "
"**cyan** and **black**. All colours except **none** can be followed by an optional "
@@ -824,6 +825,9 @@ phpdbg_help_text_t phpdbg_help_text[] = {
" $P S c error red-bold" CR
" Use red bold for errors" CR CR
+" $P S refcount on" CR
+" Enable refcount display when hitting watchpoints" CR CR
+
" $P S b 4 off" CR
" Temporarily disable breakpoint 4. This can be subsequently reenabled by a **s b 4 on**." CR
//*********** check oplog syntax