You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
580 B

4 years ago
4 years ago
  1. ; NOTE: The actual xdebug.so extension is NOT SET HERE but rather (/etc/php/7.4/conf.d/20-xdebug.ini)
  2. xdebug.remote_host=dockerhost
  3. xdebug.remote_connect_back=0
  4. xdebug.remote_port=9000
  5. xdebug.idekey=PHPSTORM
  6. xdebug.remote_autostart=0
  7. xdebug.remote_enable=0
  8. xdebug.cli_color=0
  9. xdebug.profiler_enable=0
  10. xdebug.profiler_output_dir=/tmp
  11. xdebug.remote_handler=dbgp
  12. xdebug.remote_mode=req
  13. xdebug.var_display_max_children=-1
  14. xdebug.var_display_max_data=-1
  15. xdebug.var_display_max_depth=-1
  16. xdebug.trace_enable_trigger=1
  17. xdebug.trace_output_dir=/tmp
  18. xdebug.trace_output_name="trace.%t"