Skip to content

Instantly share code, notes, and snippets.

@allysonsouza
Created September 24, 2021 20:51
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 allysonsouza/b252ce7ebbb295fd8de13f2a5fb83a50 to your computer and use it in GitHub Desktop.
Save allysonsouza/b252ce7ebbb295fd8de13f2a5fb83a50 to your computer and use it in GitHub Desktop.
[VS Code XDebug launch.json] VS Code XDebug launch.json config #vscode #xdebug
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment