-
Notifications
You must be signed in to change notification settings - Fork 24
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
callstack wip #108
callstack wip #108
Conversation
@saimeunt nice progress ser! One thing that comes to mind: can we format this as a table? So that |
@mazurroman A table is indeed more appropriate. |
looking really good @saimeunt one small suggestion: can you wrap the table into a border too? I also suggest to change all the borders to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see my previous comment; lets just update the border colors and we are good to go!
@mazurroman thanks for the design help, I'm definitely not an expert on this field! 😅 |
looking great @saimeunt ! |
WIP fixing #90
@mazurroman this is a simple implementation where we show the callstack in the debug tab.
The FP button is clickable to jump to the frame pointer.
Have you something more complex in mind?