Last active
February 12, 2019 12:26
-
-
Save wouterverweirder/d9766aed20b2f823ae7b7c10f25b2697 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
"launch": { | |
"configurations": [ | |
{ | |
"name": "Listen for XDebug", | |
"type": "php", | |
"request": "launch", | |
"port": 9000 | |
} | |
], | |
"compounds": [] | |
}, | |
"debug.inlineValues": true, | |
"debug.toolBarLocation": "docked" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment