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.
 
 
 
 
 
 

8 line
258 B

  1. ;xdebug.log = /home/danielknudsen/xdebug.log
  2. ;xdebug.client_port = 9003
  3. ;xdebug.client_host=host.docker.internal
  4. xdebug.client_host=docker.for.mac.localhost
  5. xdebug.mode = debug
  6. xdebug.start_with_request = yes
  7. xdebug.log = /tmp/xdebug.log
  8. xdebug.log_level = 7