mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Added catch command
This commit is contained in:
parent
1c6e54ecdf
commit
f5c07f61e1
6 changed files with 69 additions and 6 deletions
|
@ -40,6 +40,7 @@ PHPDBG_COMMAND(frame);
|
|||
PHPDBG_COMMAND(print);
|
||||
PHPDBG_COMMAND(break);
|
||||
PHPDBG_COMMAND(back);
|
||||
PHPDBG_COMMAND(catch);
|
||||
PHPDBG_COMMAND(list);
|
||||
PHPDBG_COMMAND(info);
|
||||
PHPDBG_COMMAND(clean);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue