Alexandre Dória 81f344ee04
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
2020-10-09 12:58:03 -03:00
..
2020-03-24 09:29:10 +01:00
2019-03-09 12:48:30 +01:00
2020-03-24 09:29:10 +01:00
2020-03-24 09:29:22 +01:00
2020-01-04 21:07:52 +01:00
2018-04-14 10:17:55 +02:00
2019-12-02 11:23:29 +01:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2020-03-24 09:29:10 +01:00
2018-04-14 10:17:55 +02:00
2020-03-24 12:06:32 +01:00
2018-04-14 10:17:55 +02:00
2019-03-27 14:38:14 -04:00
2019-12-02 11:23:29 +01:00
2019-12-02 11:23:29 +01:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00
2018-04-14 10:17:55 +02:00

Devilbox Documentation

The Devilbox documentation is build via sphinx and automatically updated on readthedocs by every git push.

Documentation

The documentation is available online: https://devilbox.readthedocs.io

Local setup

You can also build the documentation locally before pushing to ensure everything looks fine:

Requirements

  • Docker
cd docs/
make linkcheck
make linkcheck2

How to build and error-check

cd docs/
make build

How to build continuously

cd docs/
make autobuild

How to view

When using make autobuild your documentation is served at: http://0.0.0.0:8000