View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000450 | Xdebug | Uncategorized | public | 2009-07-03 18:58 | 2023-11-30 14:49 |
Reporter | Freeaqingme | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.0dev | ||||
Target Version | 3.3dev | Fixed in Version | 3.3.0 | ||
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 |
| ||||
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. |
|
|
|
Thanks for fixing! I'll have to admit I had totally forgotten this 14 year old issue, but it's great to see that even though it's been sitting idle for a while it was still picked up. Thanks & have a good one! ps I have no idea why I used f4,f5 and f6, instead of e.g. f1-3. Guess we'll never know... |
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 |
2023-08-23 11:39 | derick | Additional Information Updated | |
2023-08-24 16:22 | derick | Status | acknowledged => closed |
2023-08-24 16:22 | derick | Resolution | open => fixed |
2023-08-24 16:22 | derick | Fixed in Version | => 3.3dev |
2023-08-24 16:22 | derick | Note Added: 0006642 | |
2023-08-24 17:50 | Freeaqingme | Note Added: 0006643 | |
2023-09-05 17:46 | derick | Fixed in Version | 3.3dev => 3.3.0alpha1 |
2023-11-30 14:49 | derick | Fixed in Version | 3.3.0alpha1 => 3.3.0 |