16 lines
293 B
JSON
16 lines
293 B
JSON
[
|
|
{
|
|
"label": "PHP: Listen to Xdebug",
|
|
"adapter": "Xdebug",
|
|
"request": "launch",
|
|
"port": 9003,
|
|
},
|
|
{
|
|
"label": "PHP: Debug this test",
|
|
"adapter": "Xdebug",
|
|
"request": "launch",
|
|
"program": "vendor/bin/phpunit",
|
|
"args": ["--filter", "$ZED_SYMBOL"],
|
|
},
|
|
]
|