From 4e6a8eeffa4cdec4b75303788e676468fdf6129e Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 25 Nov 2013 23:38:43 +0100 Subject: Breakpoints are now persistent over cleans --- phpdbg_prompt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'phpdbg_prompt.h') diff --git a/phpdbg_prompt.h b/phpdbg_prompt.h index 8ed2d83c40..0bb2cc957f 100644 --- a/phpdbg_prompt.h +++ b/phpdbg_prompt.h @@ -22,6 +22,7 @@ /* {{{ */ void phpdbg_init(char *init_file, size_t init_file_len, zend_bool use_default TSRMLS_DC); +void phpdbg_try_file_init(char *init_file, size_t init_file_len, zend_bool free_init TSRMLS_DC); int phpdbg_interactive(TSRMLS_D); int phpdbg_compile(TSRMLS_D); void phpdbg_clean(zend_bool full TSRMLS_DC); /* }}} */ -- cgit v1.2.1