NoteOnMe博客平台搭建
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.
 
 
 
 
 
 

14 lines
356 B

file_uploads = On
[xdebug]
zend_extension=/usr/lib/php/20170718/xdebug.so
xdebug.remote_host=192.168.1.106
xdebug.remote_port=9001
xdebug.remote_enable=On
xdebug.remote_autostart=On
xdebug.remote_connect_back=Off
xdebug.profiler_enable=On
xdebug.remote_handler=dbgp
xdebug.remote_log="/app/xdebug.log"
xdebug.max_nesting_level=1256
xdebug.idekey="VSCODE"