aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json4
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"