mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Initial code for breakpoint on function
This commit is contained in:
parent
8532076c64
commit
16930d85f8
4 changed files with 82 additions and 15 deletions
|
@ -57,6 +57,7 @@ typedef struct _phpdbg_breakfile_t {
|
|||
*/
|
||||
typedef struct _phpdbg_breaksymbol_t {
|
||||
const char *symbol;
|
||||
long opline_num;
|
||||
} phpdbg_breaksymbol_t;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue