mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 02:40:04 +00:00
Enable remote_autostart on Xdebug configuration for Docker on Linux: Xdebug for Visual Studio Code
Normally is need to use a specific HTTP GET/POST variable to start remote debugging. When this setting is set to true, Xdebug will always attempt to start a remote debugging session and try to connect to vscode-php-debug plugin client, even if the GET/POST/COOKIE variable was not present. More information on https://xdebug.org/docs/all_settings https://xdebug.org/docs/remote#browser_session
This commit is contained in:
parent
4b23dd6d6d
commit
81f344ee04
@ -139,7 +139,7 @@ Copy/paste all of the following lines into the above created ``xdebug.ini`` file
|
||||
xdebug.idekey=VSCODE
|
||||
|
||||
; Optional: Set to true to always auto-start xdebug
|
||||
xdebug.remote_autostart=false
|
||||
xdebug.remote_autostart=true
|
||||
|
||||
.. note:: Host os and editor specific settings are highlighted in yellow and are worth googling to get a better understanding of the tools you use and to be more efficient at troubleshooting.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user