View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001785 | Xdebug | Step Debugging | public | 2020-05-18 16:59 | 2020-10-14 15:02 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 3.0dev | Fixed in Version | 3.0.0beta1 | ||
Summary | 0001785: Replace xdebug.remote_mode and xdebug.auto_trace with generic "start-with-request" setting | ||||
Description | Currently the step-debugger has its own setting to indicate whether a debug request should immediately start at the start of the request (xdebug.remote_mode=req) or only at a later point in a time whether an error has occurred (xdebug.remote_mode=jit). The tracer currently immediately starts when "xdebug.auto_trace" is set to 1, or you can start it later with calling "xdebug_start_trace()". These two concepts are similar, so roll them both into the "xdebug.start_with_request" setting, which will accept multiple values (default, never, always, and trigger). Other functionality such as "xdebug.trace_enable_trigger", "xdebug.profile_enable_trigger", and others can be rolled into this later too. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.4.0-7.4.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-05-18 16:59 | derick | New Issue | |
2020-06-05 12:06 | derick | Status | new => confirmed |
2020-06-05 12:06 | derick | Summary | Replace xdebug.remote_mode and xdebug.auto_trace with generic "start-upon-request" setting => Replace xdebug.remote_mode and xdebug.auto_trace with generic "start-with-request" setting |
2020-06-05 15:12 | derick | Assigned To | => derick |
2020-06-05 15:12 | derick | Status | confirmed => closed |
2020-06-05 15:12 | derick | Resolution | open => fixed |
2020-06-05 15:12 | derick | Fixed in Version | => 3.0dev |
2020-10-14 15:02 | derick | Fixed in Version | 3.0dev => 3.0.0beta1 |