Last active
May 3, 2021 06:16
-
-
Save Julien1138/9fb3cbb3c5c47cf9acc70ca3f9ae65bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Listen for XDebug on Docker App", | |
| "type": "php", | |
| "request": "launch", | |
| "port": 9003, | |
| "pathMappings": { | |
| "/var/www/html": "${workspaceFolder}" | |
| }, | |
| "hostname": "localhost", | |
| "xdebugSettings": { | |
| "max_data": 65535, | |
| "show_hidden": 1, | |
| "max_children": 100, | |
| "max_depth": 5 | |
| } | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment