View Issue Details

IDProjectCategoryView StatusLast Update
0000659Xdebugpublic2011-01-31 22:04
Reporterbluto Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
PlatformXAMPP 1.7.4 [PHP: 5.3.5]OSWindows OS Version7
Product Version2.1.0 
Summary0000659: xdebug.trace_output_name is completely ignored
Description

Whatever the value in param

<strong>xdebug.trace_output_name</strong>

xdebug continues to use the following filename structure for its filenames:

<strong>cachegrind.out.xxxx</strong>

where xxxx is a number

Critical when running multiple PHP script at once, they will rewrite and wipe previous content.

TagsNo tags attached.
Operating SystemWindows
PHP Version5.3.3

Activities

derick

2011-01-31 22:04

administrator   ~0001657

Trace files are not profile files. You'd want the xdebug.profiler_output_name setting: http://xdebug.org/docs/all_settings#profiler_output_name

Issue History

Date Modified Username Field Change
2011-01-31 14:18 bluto New Issue
2011-01-31 22:04 derick Note Added: 0001657
2011-01-31 22:04 derick Status new => resolved
2011-01-31 22:04 derick Resolution open => no change required
2011-01-31 22:04 derick Assigned To => derick
2016-07-31 12:35 derick Category Debug client (console) => debugclient (debugging tool)
2016-07-31 12:35 derick Category debugclient (debugging tool) => (No Category)