View Issue Details

IDProjectCategoryView StatusLast Update
0001005XdebugTracingpublic2020-03-12 16:54
Reporterderick Assigned Toderick  
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"

Issue History

Date Modified Username Field Change
2013-11-25 11:57 derick New Issue
2016-12-10 17:20 derick Note Added: 0003978
2016-12-10 17:20 derick Status new => resolved
2016-12-10 17:20 derick Resolution open => no change required
2016-12-10 17:20 derick Assigned To => derick
2020-03-12 16:54 derick Category Feature/Change request => Tracing