From 192843f9afd67ed7dbe5133e5bf0330384d7cdff Mon Sep 17 00:00:00 2001 From: Lukas Oesch Date: Sun, 10 May 2026 14:38:07 +0200 Subject: fix bht debugging --- .vscode/settings.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e71d64f..cdc8176 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -88,8 +88,12 @@ "ignoreFailures": true }, { - "description": "Load custom Python helpers", - "text": "-interpreter-exec console \"source ${workspaceFolder}/scripts/gdb/load.py\"" + "description": "Load teachos python helpers", + "text": "source ${workspaceFolder}/scripts/gdb/teachos.py" + }, + { + "description": "Load toolchain python helpers", + "text": "source ${workspaceFolder}/scripts/gdb/toolchain.py" } ], }, -- cgit v1.2.3 From cd2b6a5297f7fc0428dca46ab56e3cc46a31d5d0 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 16 May 2026 09:38:08 +0000 Subject: ide: fix debugging --- .devcontainer/x86-64/devcontainer.json | 3 +++ .vscode/settings.json | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index 80abece..54bfe08 100644 --- a/.devcontainer/x86-64/devcontainer.json +++ b/.devcontainer/x86-64/devcontainer.json @@ -21,5 +21,8 @@ "ms-vscode.hexeditor" ] } + }, + "containerEnv": { + "DEBUGINFOD_URLS": "NOSUCHURL" } } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index cdc8176..d62742c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -90,10 +90,6 @@ { "description": "Load teachos python helpers", "text": "source ${workspaceFolder}/scripts/gdb/teachos.py" - }, - { - "description": "Load toolchain python helpers", - "text": "source ${workspaceFolder}/scripts/gdb/toolchain.py" } ], }, -- cgit v1.2.3