cannot get codelldb or vscode-lldb to work #652
-
using the given configuration for lldb-vscode (installed though the system pac man and available as
when executing
toggling dap-repl the window shows
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I use |
Beta Was this translation helpful? Give feedback.
-
I use codelldb. you need to set stopOnEntry to false so system won't signal SIGSTOP when the program enters. And make sure you have debug symbol('clang -g main.cpp') |
Beta Was this translation helpful? Give feedback.
I use codelldb. you need to set stopOnEntry to false so system won't signal SIGSTOP when the program enters. And make sure you have debug symbol('clang -g main.cpp')