Skip to content

Instantly share code, notes, and snippets.

@Julien1138
Last active November 11, 2020 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Julien1138/273834dd943566fcd5e3abb09644810e to your computer and use it in GitHub Desktop.
Save Julien1138/273834dd943566fcd5e3abb09644810e to your computer and use it in GitHub Desktop.
{
"name": "Listen for XDebug on Docker App",
"type": "php",
"request": "launch",
"port": 9000,
"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