2021-07-23 17:26:59 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "PHP 8.0",
|
|
|
|
"type": "php",
|
|
|
|
"request": "launch",
|
|
|
|
"pathMappings": {
|
|
|
|
"/web/backend": "${workspaceFolder}\\src\\backend"
|
|
|
|
},
|
|
|
|
"skipFiles": [
|
|
|
|
"${workspaceFolder}/src/backend/vendor/",
|
|
|
|
"/web/backend/vendor/"
|
|
|
|
],
|
|
|
|
"port": 7780,
|
|
|
|
"hostname": "127.0.0.1",
|
|
|
|
"xdebugSettings": {
|
|
|
|
"max_children": 100,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "PHP 8.0 with vendor",
|
|
|
|
"type": "php",
|
|
|
|
"request": "launch",
|
|
|
|
"pathMappings": {
|
|
|
|
"/web/backend": "${workspaceFolder}\\src\\backend"
|
|
|
|
},
|
|
|
|
"port": 7780,
|
|
|
|
"hostname": "127.0.0.1",
|
|
|
|
"xdebugSettings": {
|
|
|
|
"max_children": 100,
|
|
|
|
}
|
2021-07-26 07:30:45 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "PHP 8.0 CLI",
|
|
|
|
"type": "php",
|
|
|
|
"request": "launch",
|
|
|
|
"pathMappings": {
|
|
|
|
"/web/backend": "${workspaceFolder}\\src\\backend"
|
|
|
|
},
|
|
|
|
"skipFiles": [
|
|
|
|
"${workspaceFolder}/src/backend/vendor/",
|
|
|
|
"/web/backend/vendor/"
|
|
|
|
],
|
|
|
|
"port": 7781,
|
|
|
|
"hostname": "127.0.0.1",
|
|
|
|
"xdebugSettings": {
|
|
|
|
"max_children": 100,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "PHP 8.0 CLI with vendor",
|
|
|
|
"type": "php",
|
|
|
|
"request": "launch",
|
|
|
|
"pathMappings": {
|
|
|
|
"/web/backend": "${workspaceFolder}\\src\\backend"
|
|
|
|
},
|
|
|
|
"port": 7781,
|
|
|
|
"hostname": "127.0.0.1",
|
|
|
|
"xdebugSettings": {
|
|
|
|
"max_children": 100,
|
|
|
|
}
|
2021-07-23 17:26:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
]
|
2021-07-23 16:10:31 +00:00
|
|
|
}
|