aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json1
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",