Skip to content

Commit

Permalink
Enable PHP XDebug VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxantron committed Feb 11, 2017
1 parent 6b847d5 commit 9a163ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000
}
]
}

0 comments on commit 9a163ad

Please sign in to comment.