diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-01-15 14:36:25 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-01-15 14:36:25 +0100 |
| commit | 693cedc76b061810dfc0dc55e3966d6bf849f397 (patch) | |
| tree | 5aba1768b822b6d4e70207fdd0a1d8eae9ffc262 /.vscode | |
| parent | 42f9eaea885fa0744d2138a773702327e26f6b7b (diff) | |
| download | teachos-693cedc76b061810dfc0dc55e3966d6bf849f397.tar.xz teachos-693cedc76b061810dfc0dc55e3966d6bf849f397.zip | |
x86_64/debug: add support for QEMU debug console
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/tasks.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f94098e..e07afd2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -13,6 +13,8 @@ "q35", "-display", "curses", + "-debugcon", + "file:${workspaceFolder}/qemu-debugcon-${command:cmake.buildType}.log", "-no-reboot", "-d", "int,cpu_reset", @@ -52,6 +54,8 @@ "q35", "-display", "curses", + "-debugcon", + "file:${workspaceFolder}/qemu-debugcon-${command:cmake.buildType}.log", "-cdrom", "${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.iso", "2>${workspaceFolder}/qemu-stderr-${command:cmake.buildType}.log" |
