summaryrefslogtreecommitdiff
path: root/phpdbg_set.h
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-02-19 20:18:49 +0000
committerkrakjoe <joe.watkins@live.co.uk>2014-02-19 20:18:49 +0000
commite2fcc870e34510dc4cc47ad69d77b28ae9eb21df (patch)
treed70f3f3a86398c0c1715a184af7a3c8ae7e6c7f7 /phpdbg_set.h
parent996182993da1c35e8c35a3188b4c1adb764320f8 (diff)
downloadphp-git-e2fcc870e34510dc4cc47ad69d77b28ae9eb21df.tar.gz
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 <id> <on/off> update help accordingly
Diffstat (limited to 'phpdbg_set.h')
-rw-r--r--phpdbg_set.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpdbg_set.h b/phpdbg_set.h
index ddc3876f5d..4d90aac5b2 100644
--- a/phpdbg_set.h
+++ b/phpdbg_set.h
@@ -32,6 +32,8 @@ PHPDBG_SET(colors);
#endif
PHPDBG_SET(oplog);
PHPDBG_SET(break);
+PHPDBG_SET(breaks);
+PHPDBG_SET(quiet);
extern const phpdbg_command_t phpdbg_set_commands[];