Franko
Franko
Thank you for all these informations! (Especially the detailed information from @boumanb helped me.) Possibly this information would also be suitable for the devilbox documentation like: https://devilbox.readthedocs.io/en/latest/intermediate/configure-php-xdebug.html (even if it...
> Cool. Let me know when its in and I can replicate it on the Devilbox documentation as well Check. I will summarize the info and create a PR for...
So I don't forget: See: https://github.com/contao/docs/issues/790
Unfortunately, I still have a question. I had used VSCode with Xdebug, with this "[PHP Debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug)" extension installed **locally** in VSCode. Together with the information from the [devilbox documentation](https://devilbox.readthedocs.io/en/latest/intermediate/configure-php-xdebug/windows/vscode.html#configure-php-xdebug-win-vscode) it...
Addition: Here is my working configuration when the VSCode "[PHP debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug)" extension is installed **locally** within VSCode (analogous to the [devilbox documentation](https://devilbox.readthedocs.io/en/latest/intermediate/configure-php-xdebug/windows/vscode.html#configure-php-xdebug-win-vscode)): **\devilbox\cfg\php-ini-7.4\xdebug.ini** ``` xdebug.mode = debug xdebug.start_with_request = yes...
Now I need help with the procedure using "[Visual Studio Code Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)" : VSCode is asking me for relaunch according to this: \devilbox\data\www\demo\\.devcontainer\devcontainer.json ``` { "name": "Existing Docker Compose...
Maybe: https://github.com/cytopia/devilbox/issues/695 or https://github.com/cytopia/devilbox/issues/225
Did you tried https://github.com/cytopia/devilbox/issues/695#issuecomment-652330381 ?
I am testing the autdns branch with: - [x] Tested on Windows ( Docker Toolbox with version [v18.09.0](https://github.com/docker/toolbox/releases/tag/v18.09.0) ) - [x] My docker machine IP : 192.168.99.100 I can use...
Hi, i am really not familar with the whole network administration stuff at all. I have tried lots of combinations - your branches/releases with or without port forwarding - VirtualBox...