diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-16 09:38:08 +0000 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-05-16 11:52:49 +0200 |
| commit | cd2b6a5297f7fc0428dca46ab56e3cc46a31d5d0 (patch) | |
| tree | f86075c0f8b18f96bc39c163a2f28f08daa9a953 | |
| parent | 192843f9afd67ed7dbe5133e5bf0330384d7cdff (diff) | |
| download | kernel-cd2b6a5297f7fc0428dca46ab56e3cc46a31d5d0.tar.xz kernel-cd2b6a5297f7fc0428dca46ab56e3cc46a31d5d0.zip | |
ide: fix debugging
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 3 | ||||
| -rw-r--r-- | .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" } ], }, |
