You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is not clear how to set up substitutePaths when debugging a binary built with -trimpath.
Describe the solution you'd like
A section in docs/debugging.md that shows an example of how to debug a binary built with -trimpath.
Describe alternatives you've considered
Stumbling around and googling until you find go-delve/delve#2754, then figuring it out on your own from there.