View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002206 | Xdebug | Step Debugging | public | 2023-10-18 15:25 | 2023-11-30 14:50 |
| Reporter | derick | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.3dev | ||||
| Target Version | 3.3dev | Fixed in Version | 3.3.0 | ||
| Summary | 0002206: Optimise debugger breakpoints checking | ||||
| Description | When the step debugger is active it always instructs the framework to collect information about local variables (ie. compiled variables). This adds unnecessary overhead. Secondly, Xdebug checks too often for breakpoints:
Add optimisations to address all these three issues. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 8.2.0-8.2.9 | ||||