From e8904a65e49dea8ce2e1d58eaa3fb60c7cd3443e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 2 May 2026 15:17:33 +0200 Subject: debug: load pretty printers in tests --- .vscode/settings.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 79c4971..4a70d18 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -80,6 +80,17 @@ "cwd": "${cwd}", "env": "${envObject}", "environment": "${envObjArray}", - "sourceFileMap": "${sourceFileMapObj}" + "sourceFileMap": "${sourceFileMapObj}", + "setupCommands": [ + { + "description": "Enable pretty-printing for gdb", + "text": "-enable-pretty-printing", + "ignoreFailures": true + }, + { + "description": "Load custom Python helpers", + "text": "-interpreter-exec console \"source ${workspaceFolder}/scripts/gdb/load.py\"" + } + ], }, } \ No newline at end of file -- cgit v1.2.3