aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 15f5d3a..d5b2401 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -28,7 +28,7 @@
},
{
"description": "Load custom Python helpers",
- "text": "-interpreter-exec console \"source ${workspaceFolder}/scripts/gdb/pretty_printers.py\""
+ "text": "-interpreter-exec console \"source ${workspaceFolder}/scripts/gdb/load.py\""
}
]
}