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.
11 lines
264 B
11 lines
264 B
xdebug.remote_host=172.17.0.1
|
|
xdebug.default_enable=1
|
|
xdebug.remote_autostart=1
|
|
xdebug.remote_connect_back=0
|
|
xdebug.remote_enable=1
|
|
xdebug.remote_handler=dbgp
|
|
xdebug.remote_port=9000
|
|
|
|
xdebug.extended_info = 1
|
|
xdebug.idekey="PHPSTORM"
|
|
xdebug.max_nesting_level=1000
|