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
As part of purduesigbots/pros#112, we need to have a way to paste a stack trace and see what lines they come from. This would involve parsing the output of the data abort (some amount), ideally be able to check that the binary running on the V5 is consistent with the local one, and use addr2line and objdump to display something more digestible than PC addresses.
The text was updated successfully, but these errors were encountered:
Just an update to this issue, this issue will not need to be an interactive window. Preferably, it can output the digestible output to the screen and a txt file in the project folder and VSCode will be able to parse that file to jump the user to where the code went wrong.
As part of purduesigbots/pros#112, we need to have a way to paste a stack trace and see what lines they come from. This would involve parsing the output of the data abort (some amount), ideally be able to check that the binary running on the V5 is consistent with the local one, and use
addr2line
andobjdump
to display something more digestible than PC addresses.The text was updated successfully, but these errors were encountered: