View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000450 | Xdebug | Uncategorized | public | 2009-07-03 18:58 | 2022-06-06 15:27 |
Reporter | Freeaqingme | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 2.0.0dev | ||||
Target Version | 3.3dev | ||||
Summary | 0000450: "Incomplete" backtraces when an exception gets rethrown | ||||
Description | Try the attached 'script'. I would have liked to know the exception was thrown in f6() however, unfortunately xdebug does show no more steps after f4(). This on itself is fairly well explainable, if it were not for php (without xdebug) to actually do show the exception was thrown in f6(). php version: 5.2.9, xdebug version 2.0.4 | ||||
Additional Information | <?php
} $test = new test(); $test->f4(); | ||||
Tags | No tags attached. | ||||
Operating System | GNU Linux | ||||
PHP Version | 5.2.8 | ||||
|
This is likely going to be difficult to fix. |
|
Why would that be? The information is in the Exception, it can be shown from within PHP with In fact, my long time workaround for this issue is:
Then Xdebug does show the stack trace of the exception in addition to the (usually useless) stack trace of the re-throw. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-07-03 18:58 | Freeaqingme | New Issue | |
2009-07-03 18:58 | Freeaqingme | Operating System | => GNU Linux |
2009-07-03 18:58 | Freeaqingme | PHP Version | => 5.2.8 |
2009-07-03 18:58 | Freeaqingme | Xdebug Version | => 2.0.4-dev |
2016-12-11 23:50 | derick | Relationship added | has duplicate 0001298 |
2016-12-13 21:38 | derick | Note Added: 0004054 | |
2016-12-13 21:38 | derick | Assigned To | => derick |
2016-12-13 21:38 | derick | Status | new => acknowledged |
2020-03-12 16:55 | derick | Severity | tweak => feature |
2020-03-12 17:01 | derick | Category | Feature/Change request => Uncategorized |
2020-12-11 16:33 | AndreKR | Note Added: 0005586 | |
2021-03-17 08:32 | derick | Target Version | => 3.1dev |
2021-08-26 23:33 | derick | Target Version | 3.1dev => 3.2dev |
2022-06-06 15:27 | derick | Target Version | 3.2dev => 3.3dev |