Skip to content
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

Relative path in stack traces #216

Closed
eric opened this issue Apr 29, 2020 · 1 comment · Fixed by #233
Closed

Relative path in stack traces #216

eric opened this issue Apr 29, 2020 · 1 comment · Fixed by #233
Milestone

Comments

@eric
Copy link

eric commented Apr 29, 2020

I see in #101 that it used to be the case that the path along with the filename was included in the UI for stack traces (similar to how ruby is). Now it's only showing the filename unless you mouse-over, which isn't easy to see a full stack trace.

How do I get the path along with the filename to be included? We use go build -trimpath when we build right now so that the full path names don't have meaningless prefixes.

@rhcarvalho
Copy link
Contributor

This is indeed an accidental omission, going to fix that. Thanks for reporting, @eric!

@rhcarvalho rhcarvalho added this to the v0.7.0 milestone May 27, 2020
@rhcarvalho rhcarvalho changed the title How do I get the relative path in golang stack traces without mouseover? Relative path in stack traces May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants