diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 2 | ||||
| -rw-r--r-- | .vscode/settings.json | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 29733b3..84c2b3d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,8 @@ "target": "${command:cmake.launchTargetPath}", "cwd": "${workspaceFolder}", "debugger_args": ["-nx"], + "preLaunchTask": "CMake: build", + "valuesFormatting": "prettyPrinters", "autorun": [ "-enable-pretty-printing", "-gdb-set disassembly-flavor intel", diff --git a/.vscode/settings.json b/.vscode/settings.json index a31f5db..8db8f7a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,6 +15,7 @@ "gint", "gobj", "gobject", + "gpointer", "gtkmm", "gtype", "guint", |
