View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001188 | Xdebug | Uncategorized | public | 2015-09-23 10:23 | 2015-10-22 22:58 |
Reporter | Strate | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | no change required | ||
Product Version | 2.3.2 | ||||
Summary | 0001188: Improve stacktraces inside catch blocks | ||||
Description | Try to debug this code: <?php function a() { function b() { function c() { try { Open this code in IDE, i.e. PhpStorm put breakpoint to
It would be great improvement, if caught stacktrace be closer to real stack trace | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | Linux | ||||
PHP Version | 5.6.10-5.6.14 | ||||
|
At the moment your exception is caught, the whole stack has been rolled up already. That means that because it's not there, we can't show it any more. If you want to see the full stack when an exception gets thrown in PHP Storm, set an Exception break point on "Exception" or "*". |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-09-23 10:23 | Strate | New Issue | |
2015-09-23 10:23 | Strate | File Added: 2015-09-23-c2abef.png | |
2015-10-22 22:58 | derick | Note Added: 0003184 | |
2015-10-22 22:58 | derick | Status | new => resolved |
2015-10-22 22:58 | derick | Resolution | open => no change required |
2015-10-22 22:58 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |