Replies: 2 comments 1 reply
-
Not really clear what you mean, there is no difference whether you or someone else wrote the source code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you looking for something like path substitution? https://github.com/go-delve/delve/tree/master/Documentation/cli#config |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is there a way to point delve to a source code? I have a binary that I want to debug and I have the source code from GitHub. It checks the source in
/usr/src/debug/podman-4.2.0-2.fc36.x86_64/_build/src/github.com/containers/podman/cmd/podman/main.go:31
Is there a way to point that to the structure I have from GitHub? In this case
or how to move it to the destination where the delve is looking. All the tutorials are showing examples with your own code. I am struggling with the postman a bit.
Beta Was this translation helpful? Give feedback.
All reactions