View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002213 | Xdebug | Step Debugging | public | 2023-11-15 17:32 | 2023-11-30 10:42 |
Reporter | Zobo | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Product Version | 3.2.2 | ||||
Target Version | 3.4dev | ||||
Summary | 0002213: Give access to thrown Exception object | ||||
Description | When execution stops because of a thrown exception, there is currently no way to inspect the exception. Maybe a good place to get the exception would be like with __RETURN_VALUE ... __EXCEPTION ? | ||||
Steps To Reproduce | <?php throw new \Exception("TEST"); breakpoint_set -t exception -x * <?xml version="1.0" encoding="iso-8859-1"?> | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.2.0-8.2.9 | ||||