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

✨ Add interactive stack trace #90

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

edjubuh
Copy link
Member

@edjubuh edjubuh commented Mar 11, 2019

Summary:

  • Add interactive stack trace page, which is basically a glorified specialization of addr2line
  • Refactor code to simplify executable discovery (like finding make and arm-none-eabi-addr2line)
  • Refactor to centralize binary discovery onto the Project object, rather than on the VEX SystemDevice since we needed it for the stack trace

Motivation:

  • Interactive stack trace page is going to be nice to help debug why you get a data abort
  • Refactoring and centralization is better than copying code
References (optional):

closes purduesigbots/pros#112

Test Plan:

TBD

@edjubuh edjubuh added feature A brand new feature in progress This is currently being worked on p: normal Normal priority labels Mar 11, 2019
@edjubuh edjubuh added this to the 3.1.5 milestone Mar 11, 2019
@edjubuh edjubuh self-assigned this Mar 11, 2019
@WillXuCodes WillXuCodes self-assigned this Dec 21, 2020
@ayushuk ayushuk removed the in progress This is currently being worked on label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A brand new feature p: normal Normal priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants