Skip to content

Commit

Permalink
Updated xdebug port
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1986 committed Apr 12, 2023
1 parent e2c5edc commit 8fed884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"port": 9003,
"preLaunchTask": "Run PHP Server",
"xdebugSettings": {
"max_depth": 3
Expand All @@ -15,7 +15,7 @@
"name": "Listen for XDebug (docker)",
"type": "php",
"request": "launch",
"port": 9000,
"port": 9003,
"xdebugSettings": {
"max_depth": 3,
},
Expand All @@ -30,7 +30,7 @@
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
"port": 9003
}
]
}

0 comments on commit 8fed884

Please sign in to comment.