Skip to content

Using the addr2line utility for Teensy

Mark J Culross edited this page Nov 23, 2024 · 7 revisions

The CrashReport will print an address indicating where a crash has occurred. That address can be provided to the addr2line utility to find the source code line number that was executing when the crash occurred. A description of how to use the addr2line utility with the Arduino IDE version 2.3.x can be found in the Teensy forum at the following URL: https://forum.pjrc.com/index.php?threads/teensy-4-arduino-2-0-3-addr2line-tutorial.71838/post-318350.

Clone this wiki locally