Answer the question
In order to leave comments, you need to log in
XDebug autotrace not working in PHP?
Hello!
Ubuntu 12.04 LTS, Apache 2.2.22, PHP 5.3.10, XDebug 2.1.0, all stock from native repositories.
I decided to attach autoprofiling and autotracing to the project under development, for which the following was added to the .htaccess of the project root folder:
php_value xdebug.profiler_enable 1
php_value xdebug.profiler_output_dir "./.profiler"
php_value xdebug.profiler_output_name "prof.%t.%R"
php_value xdebug.auto_trace 1
php_value xdebug.trace_format 2
php_value xdebug.collect_params 3
php_value xdebug.show_mem_delta 1
php_value xdebug.trace_output_dir "./.trace"
php_value xdebug.trace_output_name "trace.%t.%R.html"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question