diff options
Diffstat (limited to 'phpdbg_set.h')
-rw-r--r-- | phpdbg_set.h | 2 |
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[]; |