aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/launch.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index cba84f4..ebcd01a 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -10,6 +10,7 @@
"miDebuggerServerAddress": "localhost:1234",
"cwd": "${workspaceFolder}",
"stopAtEntry": true,
+ "preLaunchTask": "QEMU (gdb)",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
@@ -35,8 +36,7 @@
"description": "The build type to boot",
"options": [
"Debug",
- "Release",
- "RelWithDebInfo"
+ "MinSizeRel"
]
}
]