- Implemented "break N" where N is the line number on the current file

This commit is contained in:
Felipe Pena 2013-11-12 10:58:19 -02:00
parent 7f743e1fca
commit ffad3fa211
3 changed files with 68 additions and 50 deletions

View file

@ -22,5 +22,6 @@
int phpdbg_is_numeric(const char*);
int phpdbg_is_empty(const char*);
int phpdbg_is_addr(const char*);
#endif /* PHPDBG_UTILS_H */