execute lldb-vscode-11 commands? #381
-
Hey all, I'm seeking to run lldb commands such as Here is my configuration:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I would love to also run the CLI commands. I even didn't manage to run Python commands that would allow pretty-printing for Rust types. |
Beta Was this translation helpful? Give feedback.
-
You can send lldb commands by prefixing them with "`". For example, if you enter
on the Afaict, this has been supported since the first commit of |
Beta Was this translation helpful? Give feedback.
You can send lldb commands by prefixing them with "`".
For example, if you enter
on the
dap>
repl, you will get a backtrace printed by lldbAfaict, this has been supported since the first commit of
lldb-vscode