File: xdebug.ini

package info (click to toggle)
php-league-commonmark 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,536 kB
  • sloc: php: 20,636; xml: 1,998; ruby: 45; makefile: 21; javascript: 15
file content (7 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
zend_extension=xdebug.so

[Xdebug]
xdebug.mode=develop,debug,coverage
xdebug.client_port=9003
xdebug.client_host=host.docker.internal
xdebug.max_nesting_level=1024