View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002077 | Xdebug | Tracing | public | 2022-03-18 08:27 | 2022-03-28 17:12 |
Reporter | matt | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 3.1.2 | ||||
Summary | 0002077: Bring back xdebug.collect_params | ||||
Description | I use trace dumps mostly to:
While having xdebug.collect_params always on is sometimes useful, most of the time parameters are not necessary for my use. Parameters make the trace files much bigger and when greping them they clutter output. Parsing of the trace files might also require more memory and might be slower. Could you consider bringing back xdebug.collect_params setting? I'm open to paying for implementation of this feature. | ||||
Tags | trace | ||||
Operating System | |||||
PHP Version | 7.4.20-7.4.29 | ||||
|
Hi! I'm a little reluctant adding INI settings again, as I tried so hard getting rid of them. Would adding a new flag to xdebug_start_trace perhaps be an acceptable alternative? I realise that that means you need to call a function at your entry point. cheers, |