View Issue Details

IDProjectCategoryView StatusLast Update
0000062XdebugUncategorizedpublic2004-05-31 13:04
Reporterlmpmbernardo Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Summary0000062: auto_trace to log file does not work
Description

I have the following settings:
xdebug.auto_trace = On
xdebug.trace_output_dir = "c:\tmp"
xdebug.collect_params = Off
xdebug.default_enable = On
xdebug.manual_url = "http://www.php.net"
xdebug.auto_profile = On
xdebug.auto_profile_mode = 0
xdebug.profile_output_dir = "c:\tmp"

The profile information is written to the log file, the trace information is not. If I turn off profiling, no trace information is output and no log file is created.

Additional Information

Incidentally, the auto_profile also works if instead of setting xdebug.profile_output_dir = "c:\tmp" I only set xdebug.output_dir = "c:\tmp". This in fact in the information on http://www.xdebug.org/docs-settings.php.

TagsNo tags attached.
Operating SystemXP and W2K
PHP Version4.3.6

Activities

derick

2004-05-31 13:04

administrator   ~0000139

Right, it's xdebug.output_dir to specify the directory to dump traces in xdebug 1.3. If not specified, it defaults to /tmp which doesn't exist on windows of course.

Issue History

Date Modified Username Field Change
2004-05-13 15:57 lmpmbernardo New Issue
2004-05-31 13:04 derick Status new => resolved
2004-05-31 13:04 derick Resolution open => no change required
2004-05-31 13:04 derick Assigned To => derick
2004-05-31 13:04 derick Note Added: 0000139
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized