summaryrefslogtreecommitdiff
path: root/phpdbg_set.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-04-20 20:20:59 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-04-20 20:20:59 +0200
commit577c6ed0ce9983967622d8b7086dab0a4978a148 (patch)
treeda58e9b24cb10c8beee75297230c72e858e0b7cd /phpdbg_set.h
parent422dc49c0d02f8ff8903d42a91bf8a1316d62211 (diff)
parentf96feea00c112bc1bec3e7b677218f4b487d1152 (diff)
downloadphp-git-577c6ed0ce9983967622d8b7086dab0a4978a148.tar.gz
Fixed stepping
Diffstat (limited to 'phpdbg_set.h')
-rw-r--r--phpdbg_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_set.h b/phpdbg_set.h
index 555a91f185..dea61ed382 100644
--- a/phpdbg_set.h
+++ b/phpdbg_set.h
@@ -26,7 +26,6 @@
#define PHPDBG_SET(name) PHPDBG_COMMAND(set_##name)
PHPDBG_SET(prompt);
-PHPDBG_SET(step);
#ifndef _WIN32
PHPDBG_SET(color);
PHPDBG_SET(colors);
@@ -35,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[];