Note that there are some explanatory texts on larger screens.

plurals
  1. POXdebug and No Profiling Output
    text
    copied!<p>This is a similar problem to <a href="https://stackoverflow.com/questions/3450500/xdebug-profiling-in-php-cant-get-output">XDebug profiling in PHP - can&#39;t get output</a> but mine is on windows and I have the full path specified (which solved his problem)</p> <p><strong>I am not getting any output even though I have enabled the profiler.</strong> Below is a copy of xdebug setup (I have indented all the options that have been uncommented.) - <em>Please note that xdebug is working fine as Ii have been getting the standard xdebug errors.</em> If it make any difference I am using xampp, cakephp, php 5.3</p> <p>Any help would be greatly appreciated.</p> <pre><code>[XDebug] zend_extension = "C:\xampp\php\ext\php_xdebug.dll" ;xdebug.auto_trace = 0 ;xdebug.collect_includes = 1 ;xdebug.collect_params = 0 ;xdebug.collect_return = 0 ;xdebug.collect_vars = "Off" ;xdebug.default_enable = "On" ;xdebug.dump.SERVER = REMOTE_ADDR,REQUEST_METHOD ;xdebug.dump.SERVER = REMOTE_ADDR,REQUEST_METHOD ;xdebug.dump.COOKIE = "" ;xdebug.dump.FILES = "" ;xdebug.dump.GET = "" ;xdebug.dump.POST = "" ;xdebug.dump.REQUEST = "" ;xdebug.dump.SERVER = "" ;xdebug.dump.SESSION = "" ;xdebug.dump_globals = 1 ;xdebug.dump_once = 1 ;xdebug.dump_undefined = 0 ;xdebug.extended_info = 1 ;xdebug.file_link_format = "" ;xdebug.idekey = "" ;xdebug.manual_url = "http://www.php.net" ;xdebug.max_nesting_level = 100 ;xdebug.overload_var_dump = 1 xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_dir = "C:\xampp\tmp" xdebug.profiler_output_name = "xdebug_profile.%R::%u" ;xdebug.remote_autostart = 0 xdebug.remote_enable = 0 xdebug.remote_handler = "dbgp" xdebug.remote_host = "127.0.0.1" ;xdebug.remote_log = "none" ;xdebug.remote_mode = "req" xdebug.remote_port = 9000 ;xdebug.show_exception_trace = 0 ;xdebug.show_local_vars = 0 ;xdebug.show_mem_delta = 0 ;xdebug.trace_format = 0 ;xdebug.trace_options = 0 xdebug.trace_output_dir = "C:\xampp\tmp" ;xdebug.trace_output_name = "trace.%c" ;xdebug.var_display_max_children = 128 ;xdebug.var_display_max_data = 512 ;xdebug.var_display_max_depth = 3 </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload