Skip to content

Commit

Permalink
Add editor debug launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
Warreign committed Aug 28, 2024
1 parent cbd0870 commit 3d4118e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
],
"visualizerFile": "${workspaceFolder}/.vscode/godot.natvis"
},
{
"name": "Windows Editor Debug",
"type": "cppvsdbg",
"request": "launch",
"program": "godot.exe",
"args": [
"-e",
"--path", "demo"
],
"cwd": "${workspaceRoot}"
},
{
"name": "macOS/Linux Launch",
"type": "lldb",
Expand Down

0 comments on commit 3d4118e

Please sign in to comment.