xdebug-default.ini 164B

123456
  1. [xdebug]
  2. zend_extension = xdebug.so
  3. xdebug.cli_color = 1
  4. xdebug.start_with_request = yes
  5. xdebug.output_dir = "/tmp/xdebug"
  6. xdebug.log = "/tmp/xdebug/xdebug-log.log"