From 91c37142dbed40e42fd1a27a2755a79b8ccc329c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 28 Mar 2025 18:33:37 +0100 Subject: 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. --- .vscode/tasks.json | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vscode') 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" ], -- cgit v1.2.3