Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jumormt authored Aug 22, 2024
1 parent 786cd1a commit f93bb66
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"args": [], // may input the test llvm bc file or other options and flags the program may use
"cwd": "${workspaceFolder}",
"preLaunchTask": "C/C++: cpp build active file",
"MIMode": "lldb"
"MIMode": "lldb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}
}

0 comments on commit f93bb66

Please sign in to comment.