| Version | 3.4.7 |
| Support Xdebug on Patreon, GitHub, or as a business | |
| Enabled Features (through 'xdebug.mode' setting) | ||
|---|---|---|
| Feature | Enabled/Disabled | Docs |
| Development Helpers | ✔ enabled | ⊕ |
| Coverage | ✘ disabled | ⊕ |
| GC Stats | ✘ disabled | ⊕ |
| Profiler | ✘ disabled | ⊕ |
| Step Debugger | ✔ enabled | ⊕ |
| Tracing | ✘ disabled | ⊕ |
| Optional Features | |
|---|---|
| Compressed File Support | yes (gzip) |
| Clock Source | clock_gettime |
| TSC Clock Source | unavailable |
| 'xdebug://gateway' pseudo-host support | yes |
| 'xdebug://nameserver' pseudo-host support | yes |
| Systemd Private Temp Directory | not enabled |
| Diagnostic Log | ||
|---|---|---|
| No messages |
| Step Debugging | Docs | |
|---|---|---|
| Debugger | Not Active | ⊕ |
| PHP | |
|---|---|
| Build Configuration | |
| Version (Run Time) | 8.4.15 |
| Version (Compile Time) | 8.4.14 |
| Debug Build | no |
| Thread Safety | disabled |
| Settings | |
| Configuration File (php.ini) Path | /etc/php8/cli |
| Loaded Configuration File | /etc/php8/fpm/php.ini |
| Scan this dir for additional .ini files | /etc/php8/conf.d |
| Additional .ini files parsed | /etc/php8/conf.d/10-bcmath.ini, /etc/php8/conf.d/10-bz2.ini, /etc/php8/conf.d/10-ctype.ini, /etc/php8/conf.d/10-curl.ini, /etc/php8/conf.d/10-dom.ini, /etc/php8/conf.d/10-exif.ini, /etc/php8/conf.d/10-fileinfo.ini, /etc/php8/conf.d/10-gd.ini, /etc/php8/conf.d/10-gettext.ini, /etc/php8/conf.d/10-iconv.ini, /etc/php8/conf.d/10-intl.ini, /etc/php8/conf.d/10-mbstring.ini, /etc/php8/conf.d/10-mysqlnd.ini, /etc/php8/conf.d/10-openssl.ini, /etc/php8/conf.d/10-pdo.ini, /etc/php8/conf.d/10-pgsql.ini, /etc/php8/conf.d/10-phar.ini, /etc/php8/conf.d/10-readline.ini, /etc/php8/conf.d/10-sockets.ini, /etc/php8/conf.d/10-sodium.ini, /etc/php8/conf.d/10-sqlite3.ini, /etc/php8/conf.d/10-tokenizer.ini, /etc/php8/conf.d/10-xmlwriter.ini, /etc/php8/conf.d/10-zip.ini, /etc/php8/conf.d/10-zlib.ini, /etc/php8/conf.d/20-mysqli.ini, /etc/php8/conf.d/20-pdo_mysql.ini, /etc/php8/conf.d/20-pdo_pgsql.ini, /etc/php8/conf.d/20-pdo_sqlite.ini, /etc/php8/conf.d/20-xmlreader.ini, /etc/php8/conf.d/xdebug.ini |
| Directive | Local Value | Master Value | Docs |
|---|---|---|---|
| xdebug.mode | debug, develop | debug, develop | ⊕ |
| xdebug.start_with_request | default | default | ⊕ |
| xdebug.start_upon_error | default | default | ⊕ |
| xdebug.output_dir | /tmp | /tmp | ⊕ |
| xdebug.use_compression | 1 | 1 | ⊕ |
| xdebug.trigger_value | no value | no value | ⊕ |
| xdebug.file_link_format | no value | no value | ⊕ |
| xdebug.filename_format | no value | no value | ⊕ |
| xdebug.control_socket | off | off | ⊕ |
| xdebug.log | no value | no value | ⊕ |
| xdebug.log_level | 7 | 7 | ⊕ |
| xdebug.var_display_max_children | 128 | 128 | ⊕ |
| xdebug.var_display_max_data | 512 | 512 | ⊕ |
| xdebug.var_display_max_depth | 3 | 3 | ⊕ |
| xdebug.max_nesting_level | 512 | 512 | ⊕ |
| xdebug.cli_color | 0 | 0 | ⊕ |
| xdebug.force_display_errors | Off | Off | ⊕ |
| xdebug.force_error_reporting | 0 | 0 | ⊕ |
| xdebug.halt_level | 0 | 0 | ⊕ |
| xdebug.max_stack_frames | -1 | -1 | ⊕ |
| xdebug.show_error_trace | Off | Off | ⊕ |
| xdebug.show_exception_trace | Off | Off | ⊕ |
| xdebug.show_local_vars | Off | Off | ⊕ |
| xdebug.dump.COOKIE | no value | no value | ⊕ |
| xdebug.dump.ENV | no value | no value | ⊕ |
| xdebug.dump.FILES | no value | no value | ⊕ |
| xdebug.dump.GET | no value | no value | ⊕ |
| xdebug.dump.POST | no value | no value | ⊕ |
| xdebug.dump.REQUEST | no value | no value | ⊕ |
| xdebug.dump.SERVER | no value | no value | ⊕ |
| xdebug.dump.SESSION | no value | no value | ⊕ |
| xdebug.dump_globals | On | On | ⊕ |
| xdebug.dump_once | On | On | ⊕ |
| xdebug.dump_undefined | Off | Off | ⊕ |
| xdebug.profiler_output_name | cachegrind.out.%p | cachegrind.out.%p | ⊕ |
| xdebug.profiler_append | Off | Off | ⊕ |
| xdebug.cloud_id | no value | no value | ⊕ |
| xdebug.client_host | mads | mads | ⊕ |
| xdebug.client_port | 9003 | 9003 | ⊕ |
| xdebug.discover_client_host | Off | Off | ⊕ |
| xdebug.client_discovery_header | HTTP_X_FORWARDED_FOR,REMOTE_ADDR | HTTP_X_FORWARDED_FOR,REMOTE_ADDR | ⊕ |
| xdebug.idekey | no value | no value | ⊕ |
| xdebug.connect_timeout_ms | 200 | 200 | ⊕ |
| xdebug.scream | Off | Off | ⊕ |
| xdebug.gc_stats_output_name | gcstats.%p | gcstats.%p | ⊕ |
| xdebug.trace_output_name | trace.%c | trace.%c | ⊕ |
| xdebug.trace_format | 0 | 0 | ⊕ |
| xdebug.trace_options | 0 | 0 | ⊕ |
| xdebug.collect_assignments | Off | Off | ⊕ |
| xdebug.collect_params | On | On | ⊕ |
| xdebug.collect_return | Off | Off | ⊕ |
| xdebug.remote_enable | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) | ⊕ |
| xdebug.remote_host | (setting renamed in Xdebug 3) | (setting renamed in Xdebug 3) | ⊕ |