The LLDB is unable to step into its library while debugging rust #532
Unanswered
QingyaoLin
asked this question in
Q&A
Replies: 1 comment
-
Which library do you want to step into? Rust std? For that you'll need to set up a source mapping:
Note, though, that std is optimized, so stepping through it will probably be less useful that you are hoping. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I'm using the latest version of the RUST compiler, VS toolchain, LLDB, but no matter how hard I try, I can't get into the library during debugging, which only shows up in my own code and assembly.I hope I can get your answers and help.Thank you very much.
Example code for rust is as follows:
Beta Was this translation helpful? Give feedback.
All reactions