Custom folder for PDB resolving #1285
Unanswered
h3x4d3c1m4l
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi all, for my open source photobooth project (based on Flutter + Rust) I'm looking into making the Rust part easier debuggable. I noticed I can attach CodeLLDB to my Flutter executable, and I can actually debug the Rust part also.
This is very nice. However, due to the current build process not copying the .pdb of the Rust lib to the output folder of the Flutter application, I need to manually copy it in order to be able to debug. Would it be possible to tell CodeLLDB where it can find .pdb files?
Beta Was this translation helpful? Give feedback.
All reactions