mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
10 lines
200 B
INI
10 lines
200 B
INI
zend_extension=xdebug.so
|
|
|
|
xdebug.remote_enable=1
|
|
xdebug.remote_connect_back=1
|
|
xdebug.remote_port=9000
|
|
xdebug.scream=0
|
|
xdebug.show_local_vars=1
|
|
xdebug.idekey=PHPSTORM
|
|
|
|
xdebug.remote_log=/tmp/xdebug.log |