View Issue Details

IDProjectCategoryView StatusLast Update
0001005XdebugTracingpublic2020-03-12 16:54
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0001005: Add environment based trigger for profiler and tracer.
Description

See http://stackoverflow.com/questions/19856940/xdebug-profiling-not-working-in-windows-command-line

TagsNo tags attached.
Operating System
PHP Version5.4-dev

Activities

derick

2016-12-10 17:20

administrator   ~0003978

This is already possible now, by setting:

export XDEBUG_CONFIG="profiler_enable=1"

or

export XDEBUG_CONFIG="trace_enable=1"