From e2fcc870e34510dc4cc47ad69d77b28ae9eb21df Mon Sep 17 00:00:00 2001 From: krakjoe Date: Wed, 19 Feb 2014 20:18:49 +0000 Subject: work on lexer to be more permissive (accept moar strings) work on parameter parsing and command resolution work on error reporting for failed arguments update most commands move quiet to set quiet move set break on/off to set breaks on/off keep set break for set break update help accordingly --- phpdbg_help.c | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'phpdbg_help.c') diff --git a/phpdbg_help.c b/phpdbg_help.c index d3404f5569..c5da19b988 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -809,21 +809,6 @@ phpdbg_help_text_t phpdbg_help_text[] = { " Print the instructions for the current stack" }, -{"quiet", -"Setting quietness on will stop the OPLINE output during execution" CR CR - -"**Examples**" CR CR -" $P quiet 1" CR -" $P Q 1" CR -" Will silence OPLINE output, while" CR CR - -" $P quiet 0" CR -" $P Q 0" CR -" Will enable OPLINE output again" CR CR - -"Note: Quietness is disabled automatically while stepping" -}, - {"register", //******* Needs a general explanation of the how registered functions work "Register any global function for use as a command in phpdbg console" CR CR @@ -856,11 +841,13 @@ phpdbg_help_text_t phpdbg_help_text[] = { "are as follows:" CR CR " **Type** **Alias** **Purpose**" CR -" **prompt** **p** set the prompt " CR +" **prompt** **p** set the prompt" CR " **color** **c** set color " CR -" **colors** **C** set colors on or off" CR +" **colors** **C** set colors " CR " **oplog** **O** set oplog output" CR -" **break** **b** set break **id** " CR CR +" **break** **b** set break **id** " CR +" **breaks** **B** set breaks " CR +" **quiet** **q** set quiet " 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 " -- cgit v1.2.1