How to get reverse to work on main package/methods? #863
Unanswered
supercom32
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
Whenever I build a project and use garble, it seems to not want to reverse methods or lines in stack traces which are from my main method/package (main.go). Other sub packages seem to reverse just fine, but nothing from the main method/package seems to reverse. In addition, I'm using the same seed each time so I figured that should rule some things out.
Anyone have ideas or suggestions?
Edit: As an example, this is what I see (Not real output, just a simulation so you get the idea)
Where in this simulated example, the upper stacktrace is reversed correctly, while the
main
method calls are not reversed.Beta Was this translation helpful? Give feedback.
All reactions