View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002042 | Xdebug | Tracing | public | 2021-10-29 03:58 | 2021-10-29 14:21 |
Reporter | willg101 | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | no change required | ||
Summary | 0002042: Parsable trace format with assignments collected | ||||
Description | I am working on a UI for step debugging and I'd like to implement a "replay" feature. Triggering a trace immediately upon session open is working great so far, except for being able to reliably parse the human-readable trace format (which appears to be the only format that respects Would it be possible to add a feature or trace_format that is both parsable and can include variable assignments? | ||||
Tags | xt file format | ||||
Operating System | |||||
PHP Version | 7.4.20-7.4.29 | ||||
|
This is in Xdebug 3.1 and later already, through https://github.com/xdebug/xdebug/commit/927a3ffb2990df6090d156c3442f66a75e1c26c2 However, it won't contain enough information to do replays, as there is a display limit, and the size of trace files with this information in text form is going to be massive. In the meanwhile, I'm working on a replay feature myself, which also allows step-back. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-29 03:58 | willg101 | New Issue | |
2021-10-29 03:58 | willg101 | Tag Attached: xt file format | |
2021-10-29 14:21 | derick | Assigned To | => derick |
2021-10-29 14:21 | derick | Status | new => resolved |
2021-10-29 14:21 | derick | Resolution | open => no change required |
2021-10-29 14:21 | derick | Note Added: 0006149 |