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/
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/