Skip to content

Commit b697817

Browse files
committed
Add feature to decode backtrace.
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
1 parent dfad1e6 commit b697817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ lib_deps =
3535

3636
;general serial monitor baud rate
3737
monitor_speed = 115200
38+
monitor_filters = esp32_exception_decoder
3839

3940
[env:native]
4041
platform = native

0 commit comments

Comments
 (0)