[xdebug-general] Re: Tracing not working

From: Martin Streicher <martin.streicher[@]linux-mag.com>
Date: Wed, 6 Jun 2007 10:11:58 -0400

The %s does not work in file names. Once I changed it to %c.%p, all
was well.

On Jun 6, 2007, at 9:47 AM, Martin Streicher wrote:

>
> I cannot seem to emit trace files. These are my settings:
>
>
> zend_extension = /usr/lib/php4/20020429/xdebug.so
> xdebug.default_enable = On
> xdebug.show_exception_trace = On
> xdebug.show_local_vars = 1
> xdebug.max_nesting_level = 50
> xdebug.var_display_max_depth = 6
>
> xdebug.dump_once = On
> xdebug.dump_globals = On
> xdebug.dump_undefined = On
> xdebug.dump.REQUEST = *
> xdebug.dump.SERVER = REQUEST_METHOD,REQUEST_URI,HTTP_USER_AGENT
>
> xdebug.trace_format = 0
> xdebug.auto_trace = 1
> xdebug.trace_output_dir=/tmp/traces
> xdebug.trace_output_name=trace.%s
>
> xdebug.collect_params = 4
> xdebug.collect_vars = 4
> xdebug.collect_includes = 1
> xdebug.collect_return = 1
> xdebug.show_mem_delta = 1
>
>
> This is RC4 on Debian Linux. Any ideas or pointers?
>
> Also, if you would like to proof my article on Xdebug for
> developerWorks, drop me a line.
>
> Martin
>
>
Received on Wed Jun 06 2007 - 16:12:07 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST