diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 16:40:42 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 16:40:42 +0000 |
| commit | 0f2d9fced597a25b2101f2e106376f94c554413f (patch) | |
| tree | 4e7bbb681ebdb83b96bc7f2502a4f0358ae1686b /.vscode | |
| parent | 90439af208b6ca4c1290b9d2fcbde3e09d0b8842 (diff) | |
| download | teachos-0f2d9fced597a25b2101f2e106376f94c554413f.tar.xz teachos-0f2d9fced597a25b2101f2e106376f94c554413f.zip | |
ide: boot the kernel when launching the debugger
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 4 |
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" ] } ] |
