Files
romants/addons/godot_debug_environments/launchSettingsBase.json
2024-10-05 13:12:42 +02:00

20 lines
411 B
JSON

{
"profiles": {
"Godot Debug": {
"commandName": "Executable",
"executablePath": "$EDITOR$",
"commandLineArgs": "--path . --verbose",
"workingDirectory": ".",
"nativeDebugging": true
},
"Godot Debug $NAME$": {
"commandName": "Executable",
"executablePath": "$EDITOR$",
"commandLineArgs": "--upwards $PATH$ --verbose",
"workingDirectory": ".",
"nativeDebugging": true
}
}
}