Skip to content

Commit 8da521e

Browse files
committed
Config xdebug
1 parent 939900b commit 8da521e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.vscode/launch.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// Use o IntelliSense para aprender sobre possíveis atributos.
3+
// Passe o mouse para ver as descrições dos atributos existentes.
4+
// Para obter mais informações, visite: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Listen for XDebug",
9+
"type": "php",
10+
"request": "launch",
11+
"port": 9000,
12+
"pathMappings": {
13+
"/app": "${workspaceRoot}"
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)