View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002149 | Xdebug | Stacktraces | public | 2022-12-17 17:04 | 2023-03-21 16:28 |
| Reporter | davidgrudl | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | duplicate | ||
| Product Version | 3.2.0 | ||||
| Summary | 0002149: Stack Traces are shown even when xdebug is running in mode 'debug' | ||||
| Description | Xdebug overrides PHP's standard error handler callbacks and shows stack trace. But I have | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 8.1.10-8.1.19 | ||||
|
|
|
|
|
I have WIndows 11 Pro. Here is screenshot of result of this code, so you can see stack trace at bottom: <?php |
|
|
I believe this is a duplicate of 0002144. I think I know where the problem lies, but figuring how to fix it, and how to not un-fix the fix that I made this change for, is trickier. |
|
|
I bet that this is related to 0002144, which I have just merged. I will release 3.2.1 soon which should include a fix for that one. |