View Issue Details

IDProjectCategoryView StatusLast Update
0000503XdebugTracingpublic2020-03-12 17:34
Reporterrene7705 Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.0.0dev 
Fixed in Version2.3.0 
Summary0000503: 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.
trace_format=0 does show them, but as the manual says; it'll be a few hours work to build functions to parse them.

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)

TagsNo tags attached.
Operating Systemubuntu karmic, updated 26/12/2009
PHP Version5.2.10

Activities

derick

2014-01-04 12:13

administrator   ~0002657

This will be available from Xdebug 2.3: http://xdebug/docs/execution_trace#trace_format and http://xdebug/docs/execution_trace#collect_return