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 May 27, 2023
1 parent dfad1e6 commit b697817
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 @@ -35,6 +35,7 @@ lib_deps =

;general serial monitor baud rate
monitor_speed = 115200
monitor_filters = esp32_exception_decoder

[env:native]
platform = native
Expand Down

0 comments on commit b697817

Please sign in to comment.