View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001518 | Xdebug | Step Debugging | public | 2018-01-18 16:06 | 2021-11-10 15:45 |
| Reporter | LanaZem | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | resolved | Resolution | no change required | ||
| Product Version | 2.6.0beta1 | ||||
| Summary | 0001518: Send backtraces in error notifications in same format as "stack_get" response. | ||||
| Description | At the moment but Xdebug doesn't send backtraces in error notifications but it will be useful to have them. With the current implementation, Xdebug can send backtraces in the same format they are shown in output, e.g. as a list for CLI execution and as an HTML table for Error notifications are really useful for Web Server debugging but an HTML table inside IDE console is not readable. | ||||
| Steps To Reproduce | 1) Create PHP file; echo $bar; 2) Start debugger session for the script; 3) Enable error notifications; 4) Resume script execution and check received error notification; | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.2.0-7.2.4 | ||||