mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- More work on file:line breakpoint
This commit is contained in:
commit
23cfc8ed35
6 changed files with 115 additions and 27 deletions
1
phpdbg.c
1
phpdbg.c
|
@ -26,6 +26,7 @@ void (*zend_execute_internal_old)(zend_execute_data *execute_data_ptr, zend_fcal
|
|||
static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) {
|
||||
pg->exec = NULL;
|
||||
pg->ops = NULL;
|
||||
pg->stepping = 0;
|
||||
}
|
||||
|
||||
static PHP_MINIT_FUNCTION(phpdbg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue