Skip to content

Commit

Permalink
Add feature to decode backtrace.
Browse files Browse the repository at this point in the history
See [comment][1].

Do not forget to build in debug-mode. For example in PlatformIO IDE, select as project task 'Advanced' → 'Pre-Debug'. See also [here][2].

To decode backtraces from the Wokwi serial monitor, one can use [this python script][3].

[1]: platformio/platform-espressif32#105 (comment)
[2]: https://docs.platformio.org/en/latest/projectconf/build_configurations.html#build-configurations
[3]: https://github.com/me21/EspArduinoExceptionDecoder
  • Loading branch information
dhebbeker committed Apr 30, 2023
1 parent f50d34f commit 9b0714a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ lib_deps =
adafruit/Adafruit SSD1306@~2.5.3
simsso/ShiftRegister74HC595@^1.3.1
monitor_speed = 115200
monitor_filters = esp32_exception_decoder

0 comments on commit 9b0714a

Please sign in to comment.