summaryrefslogtreecommitdiff
path: root/phpdbg_set.h
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_set.h
parent373b9ecd05e5c88fd224e9a081680e1109dbb4ed (diff)
downloadphp-git-f96feea00c112bc1bec3e7b677218f4b487d1152.tar.gz
step by line and opcode modes preserved, set stepping added, help updated
Diffstat (limited to 'phpdbg_set.h')
-rw-r--r--phpdbg_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpdbg_set.h b/phpdbg_set.h
index 67bf4cd7de..dea61ed382 100644
--- a/phpdbg_set.h
+++ b/phpdbg_set.h
@@ -34,6 +34,7 @@ PHPDBG_SET(oplog);
PHPDBG_SET(break);
PHPDBG_SET(breaks);
PHPDBG_SET(quiet);
+PHPDBG_SET(stepping);
PHPDBG_SET(refcount);
extern const phpdbg_command_t phpdbg_set_commands[];