-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source files not found automatically #10
Comments
Sounds reasonable. Are you up for submitting a PR for this? |
Hm, it turns out not so easy. The Passing the
Ideas? |
Tentative PR. ☝️ |
I don't have any suggestions. If I recall correctly somewhere in the code there is a way to tell realgud that a breakpoint message is expected but ignore that. |
Suppose I debug a binary built from thousands of source files in hundreds of directories. As soon as I set a breakpoint (
b main RET
), I get a minibuffer prompt:Of course not, I say. (
n
) I get the next prompt:It seems I am now supposed to produce the fully qualified name of the file where the function I’m breakpointing is defined.
If, before attempting to set the breakpoint, I enter the following incantation:
that I cribbed on Stack Overflow, the file is successfully and automatically found and displayed upon
b main RET
.It would be nice if
realgud-lldb
automatically fedlldb
the above incantation shortly after starting. I expect the mechanism to do that to be similar to this ingdb/gdb.el
.The text was updated successfully, but these errors were encountered: