2016-07-16 00:00:55 +02:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Listen for XDebug",
|
|
|
|
"type": "php",
|
|
|
|
"request": "launch",
|
2016-07-18 17:11:37 +02:00
|
|
|
"port": 9002
|
2016-07-16 00:00:55 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Launch currently open script",
|
|
|
|
"type": "php",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceRoot}/testing.php",
|
|
|
|
"cwd": "${fileDirname}",
|
|
|
|
"port": 9000
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|