From 0f2d9fced597a25b2101f2e106376f94c554413f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 17 Sep 2024 16:40:42 +0000 Subject: ide: boot the kernel when launching the debugger --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode') 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" ] } ] -- cgit v1.2.3