summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-04-21 23:09:09 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-04-22 01:08:07 +0200
commit73d31d44e8b59804077b4f6451e06caf69166a6b (patch)
treea91cb966fc00bc1bbff8604596755f28f0655e20 /sapi/phpdbg/phpdbg.h
parentc9da004a1884f54ad69b8b66e585f1ba451e84ee (diff)
downloadphp-git-73d31d44e8b59804077b4f6451e06caf69166a6b.tar.gz
Break on uncaught exceptions in current frame in phpdbg
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r--sapi/phpdbg/phpdbg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h
index 6de6e9e2b8..2cb588d086 100644
--- a/sapi/phpdbg/phpdbg.h
+++ b/sapi/phpdbg/phpdbg.h
@@ -233,6 +233,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
HashTable registered; /* registered */
HashTable seek; /* seek oplines */
zend_execute_data *seek_ex; /* call frame of oplines to seek to */
+ zend_object *handled_exception; /* last handled exception (prevent multiple handling of same exception) */
phpdbg_frame_t frame; /* frame */
uint32_t last_line; /* last executed line */