Hacker News new | ask | show | jobs
by mplanchard 410 days ago
Looks great, reminds me of the GUD interface in emacs. I’m unable to get it to find the code for a crate in a rust workspace. I’ve tried pointing the -d argument at the crate subdirectory, but nothing shows up in the code window. Any tips for debugging this issue?
1 comments

Weird. Maybe the binary is just built without debug info? Does the list of binaries at the top right say whether debug info was loaded? Are file names and line numbers shown, e.g. in stack trace? Press 'o' in the code window to see+search the source code file paths as they appear in debug info. Also feel free to create a github issue, I'm likely to miss comments here.