View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000503 | Xdebug | Tracing | public | 2009-12-27 07:02 | 2020-03-12 17:34 |
Reporter | rene7705 | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.0dev | ||||
Fixed in Version | 2.3.0 | ||||
Summary | 0000503: xdebug.trace_format=1 shows no variable contents with collect_params=3/4 and collect_return=1 | ||||
Description | I was hoping to quickly use xdebug to generate a full trace of my app, to be used for my own debugging subsystem. But i've found that (in v2.0.5 at least) i can't get easy access to the variables being used by functions in a trace. It would've been so much better if trace_format=1 had 2 extra fields, 1 for parameters passed and 1 for the return value, both json strings with whitespace stripped and tabs escaped (if json_encode() doesnt do that already) | ||||
Tags | No tags attached. | ||||
Operating System | ubuntu karmic, updated 26/12/2009 | ||||
PHP Version | 5.2.10 | ||||
|
This will be available from Xdebug 2.3: http://xdebug/docs/execution_trace#trace_format and http://xdebug/docs/execution_trace#collect_return |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-12-27 07:02 | rene7705 | New Issue | |
2009-12-27 07:02 | rene7705 | Operating System | => ubuntu karmic, updated 26/12/2009 |
2009-12-27 07:02 | rene7705 | PHP Version | => 5.2.10 |
2009-12-27 07:02 | rene7705 | Xdebug Version | => 2.0.5 |
2014-01-04 12:13 | derick | Note Added: 0002657 | |
2014-01-04 12:13 | derick | Status | new => resolved |
2014-01-04 12:13 | derick | Fixed in Version | => 2.3dev |
2014-01-04 12:13 | derick | Resolution | open => fixed |
2014-01-04 12:13 | derick | Assigned To | => derick |
2015-02-22 14:30 | derick | Fixed in Version | 2.3dev => 2.3.0 |
2020-03-12 16:55 | derick | Severity | minor => feature |
2020-03-12 17:34 | derick | Category | Feature/Change request => Tracing |