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