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 | derick | ||
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 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-10-18 15:25 | derick | New Issue | |
2023-10-18 15:27 | derick | Assigned To | => derick |
2023-10-18 15:27 | derick | Status | new => closed |
2023-10-18 15:27 | derick | Resolution | open => fixed |
2023-10-18 15:27 | derick | Fixed in Version | => 3.3dev |
2023-10-18 15:27 | derick | Note Added: 0006660 | |
2023-10-19 15:40 | derick | Fixed in Version | 3.3dev => 3.3.0alpha3 |
2023-11-30 14:50 | derick | Fixed in Version | 3.3.0alpha3 => 3.3.0 |