Skip to content

Instantly share code, notes, and snippets.

@Julien1138
Last active May 3, 2021 06:16
Show Gist options
  • Select an option

  • Save Julien1138/9fb3cbb3c5c47cf9acc70ca3f9ae65bd to your computer and use it in GitHub Desktop.

Select an option

Save Julien1138/9fb3cbb3c5c47cf9acc70ca3f9ae65bd to your computer and use it in GitHub Desktop.
{
"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