aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-03-28 18:33:37 +0100
committerFelix Morgner <felix.morgner@gmail.com>2025-03-28 18:33:37 +0100
commit91c37142dbed40e42fd1a27a2755a79b8ccc329c (patch)
treee295fc3ff4a832b2e300b80a7a2fe8d28d7ef8e3 /.vscode
parent437c3554f9a86b6347d97f5e2a82543c1e068b05 (diff)
downloadteachos-91c37142dbed40e42fd1a27a2755a79b8ccc329c.tar.xz
teachos-91c37142dbed40e42fd1a27a2755a79b8ccc329c.zip
ide: disable reboot on crash and add more info
We don't necessarily want to end up in a boot loop when debugging. Additionally, when can have QEMU dump the machine state on crashes, as well as tell us which interrupts occur.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 2e076e4..6fc5711 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -10,6 +10,9 @@
"-s",
"-m",
"32M",
+ "-no-reboot",
+ "-d",
+ "int,cpu_reset",
"-cdrom",
"${workspaceFolder}/build/teachos-${input:build_type}.iso"
],