From 693cedc76b061810dfc0dc55e3966d6bf849f397 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 15 Jan 2026 14:36:25 +0100 Subject: x86_64/debug: add support for QEMU debug console --- .vscode/tasks.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.vscode') 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" -- cgit v1.2.3