mirror of
https://github.com/php/presentations.git
synced 2026-03-26 00:22:11 +01:00
24 lines
617 B
XML
24 lines
617 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<slide fontsize="6em">
|
|
<title>Xdebug Settings</title>
|
|
|
|
<blurb>Main settings:</blurb>
|
|
<example class="code_large">xdebug.default_enable = 1
|
|
xdebug.extended_info = 1
|
|
xdebug.max_nesting_level = 100
|
|
xdebug.show_local_vars = 0</example>
|
|
|
|
<break/>
|
|
<blurb>Tracing settings:</blurb>
|
|
<example class="code_large">xdebug.auto_trace = 0
|
|
xdebug.trace_output_dir = "/tmp"
|
|
xdebug.trace_output_name = "crc32"
|
|
xdebug.trace_format = 0
|
|
xdebug.trace_options = 0
|
|
xdebug.collect_includes = 1
|
|
xdebug.collect_params = 0
|
|
xdebug.collect_return = 0
|
|
xdebug.show_mem_delta = 0</example>
|
|
|
|
</slide>
|