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 quick access for addr2line support? #103

Open
david-res opened this issue Jun 18, 2023 · 1 comment
Open

Add quick access for addr2line support? #103

david-res opened this issue Jun 18, 2023 · 1 comment

Comments

@david-res
Copy link

Part of the debugin with the Teensy is based on the crashReport that is generated on the Teensy when it hardfaults, and it spits out an address where it crashed in some cases and you can use addr2line on the linker file to fins the line of code that was executing at that time

It would be great if this could somehow be added either to the UI or a PIO command for faster debugging.

More infio can be found about it in TD1.54 release notes under Fault Recovery & CrashReport
: https://www.pjrc.com/teensyduino-1-54-released/

@doctea
Copy link

doctea commented Sep 8, 2023

This would be really helpful, indeed. I use addr2line from the command-line to find the crash point, but having it built-in somehow would be really useful. (maybe something that adds a link to the detected text in serial monitor that runs the addr2line with the correct address passed in?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants