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
Can I make it show more information like line numbers in the flamegraph? Sometimes there are too generic functions like Into::into(), making it hard to find in code. Line numbers will help a lot.
There are already line numbers in debug_info as I can see them in gdb. How can I do it?
The text was updated successfully, but these errors were encountered:
I think this question might make more sense in the inferno repository -- as I understand it, inferno is the part that turns call stack files into pretty pictures.
Can I make it show more information like line numbers in the flamegraph? Sometimes there are too generic functions like Into::into(), making it hard to find in code. Line numbers will help a lot.
There are already line numbers in debug_info as I can see them in gdb. How can I do it?
The text was updated successfully, but these errors were encountered: