diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-13 14:17:21 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-13 14:17:21 +0000 |
| commit | bfe60f1c0f316cc512dd61f82667e59b284d3271 (patch) | |
| tree | 50d70c015197be75d2829b8666e2135cb034a9a0 /.vscode | |
| parent | 3a7a596299580a3fd7d8b61f3ec34a3c0bfc5a3c (diff) | |
| download | teachos-bfe60f1c0f316cc512dd61f82667e59b284d3271.tar.xz teachos-bfe60f1c0f316cc512dd61f82667e59b284d3271.zip | |
build: update toolchain
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index ebcd01a..0d379df 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,6 +3,7 @@ "configurations": [ { "name": "(gdb) QEMU", + "miDebuggerPath": "x86_64-pc-elf-gdb", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/build/bin/${input:build_type}/_kernel", |
