Replies: 6 comments 8 replies
-
cc @ayamir if you have time for this, please take a look. |
Beta Was this translation helpful? Give feedback.
-
I think it's better to have this in discussions. |
Beta Was this translation helpful? Give feedback.
-
The main problem is that I don't find a way to ensure the installation of |
Beta Was this translation helpful? Give feedback.
-
Great suggestion! I migrated debuggers for languages supported by LLVM to
This shouldn't be a problem. We can include |
Beta Was this translation helpful? Give feedback.
-
It's ok. How about using |
Beta Was this translation helpful? Give feedback.
-
Feature description
lldb-vscode
is the vscode-dap wrapped version of lldb, it does embed with pretty print features, making commonly used rust data structures likestd::string::String
,std::sync::Arc
,std::collections::Vec
hard to read.This is an example of the view of
&str
, all static string in the executable image came out together, too much noise!Switching to
CodeLLDB
, that's much usable.Additional information
I've been using
codelldb
on my customized branch, but I don't know how to ensure the users will have a local image ofcodelldb
. What I can do is paste my configuration here as an example:Beta Was this translation helpful? Give feedback.
All reactions