XDebug config for verbose debugging info
[XDebug] | |
zend_extension = "C:\xampp\php\ext\php_xdebug.dll" | |
xdebug.collect_params = 2 | |
xdebug.collect_return = 1 | |
xdebug.collect_vars = 0 | |
xdebug.overload_var_dump = 1 | |
xdebug.show_local_vars = 1 | |
xdebug.profiler_append = 0 | |
xdebug.profiler_enable = 0 | |
xdebug.profiler_enable_trigger = 1 | |
xdebug.profiler_output_dir = "C:\xampp\tmp" | |
xdebug.profiler_output_name = "cachegrind.out.%t-%s" | |
xdebug.remote_enable = 0 | |
xdebug.remote_handler = "dbgp" | |
xdebug.remote_host = "127.0.0.1" | |
xdebug.trace_output_dir = "C:\xampp\tmp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment