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.

9 lines
282 B

  1. zend_extension = xdebug.so
  2. xdebug.default_enable = 1
  3. xdebug.remote_enable = 1
  4. xdebug.remote_autostart = 1
  5. xdebug.remote_connect_back = 0
  6. xdebug.remote_handler = "dbgp"
  7. xdebug.remote_port = 9000
  8. xdebug.remote_host = "172.17.0.1"
  9. xdebug.idekey = VSCODE
  10. xdebug.max_nesting_level = 1000