diff options
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 2 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", |
