-
Notifications
You must be signed in to change notification settings - Fork 34
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 #233
Open
ryan-doan
wants to merge
22
commits into
develop
Choose a base branch
from
add-interactive-stack-trace
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1bb0480
Formatted stack trace and save to file
ryan-doan 2285d9d
code formatting changes
ryan-doan 8581cae
Delete stack_trace.py
ryan-doan c5d5eb1
Update pros/serial/terminal/terminal.py
ryan-doan 466503e
Update pros/cli/terminal.py
ryan-doan 221ae03
update correct path, prevent addr2line from running if elf file doesn…
ryan-doan 2304312
Merge branch 'add-interactive-stack-trace' of https://github.com/purd…
ryan-doan 3e8c63c
remove project folder
ryan-doan 059b077
added css styling to upload button
ryan-doan 33124e1
Revert "added css styling to upload button"
ryan-doan efc6095
remove stack_trace.txt
ryan-doan 3125d4a
fix errors with path
ryan-doan 1b9167c
rewrote code to make it functional
ryan-doan 02e98c0
Remove sqlalchemy, add options, string formatting, add colored output.
BennyBot 9e5fcb7
Merge branch 'develop' into add-interactive-stack-trace
ryan-doan 283712e
add shell argument to subprocess open
Andrewtho5942 f4ae10c
Merging in develop
Ghurfa 7f2ad9d
Changed the addr2line path to use the toolchain
Ghurfa 30f83ab
Merge branch 'develop' into add-interactive-stack-trace
Rocky14683 5a15963
Finish data abort realtime stack trace functionality
Rocky14683 afcd1e7
Merge remote-tracking branch 'origin/add-interactive-stack-trace' int…
Rocky14683 de60210
Work on formatting and color
Rocky14683 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Did we ever decide if we needed to do this @ryan-doan ?