Hello,
I have been unable to figure what settings to use to specify the log file
where the trace is written to. I know how to do that for profiling but it
doesn't work for the trace. No log file is created for auto_trace, only for
auto_profile. These are my settings (the relevant ones):
xdebug.auto_trace = On
xdebug.trace_output_dir = "c:\WUTemp"
xdebug.trace_output_name = crc32
xdebug.collect_params = Off
xdebug.default_enable = On
xdebug.manual_url = http://www.php.net
xdebug.max_nesting_level = 64
xdebug.remote_enable = Off
xdebug.remote_handler = gdb
xdebug.remote_host = localhost
xdebug.remote_mode = req
xdebug.remote_port = 17869
xdebug.auto_profile = On
xdebug.auto_profile_mode = 0
xdebug.output_dir = "c:\WUTemp"
Unfortunately I didn't find an explanation in the documentation at
xdebug.org. I am running the windows version (as you can guess from the
settings).
Thanks,
Luis
Received on Thu May 13 2004 - 06:50:57 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:03 BST