mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Changes to debug in 4.3
This commit is contained in:
parent
0733ab4a11
commit
4f731b221b
3 changed files with 21 additions and 13 deletions
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
|
@ -1,6 +1,17 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": ".NET Core Launch (console)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"program": "I:/Apps/Godot_v4.3-stable_mono_win64/Godot_v4.3-stable_mono_win64.exe",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"stopAtEntry": false,
|
||||
"console": "internalConsole"
|
||||
},
|
||||
{
|
||||
"name": "Play in Editor",
|
||||
"type": "godot-mono",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue