- Initial code for breakpoint on function

This commit is contained in:
Felipe Pena 2013-11-10 15:49:25 -02:00
parent 8532076c64
commit 16930d85f8
4 changed files with 82 additions and 15 deletions

View file

@ -57,6 +57,7 @@ typedef struct _phpdbg_breakfile_t {
*/
typedef struct _phpdbg_breaksymbol_t {
const char *symbol;
long opline_num;
} phpdbg_breaksymbol_t;
/**