Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add esp_exception_decoder filter for device monitor #286

Merged
merged 5 commits into from
Mar 12, 2020

Conversation

Tasssadar
Copy link
Contributor

@Tasssadar Tasssadar commented Feb 15, 2020

Requires platformio/platformio-core#3383.

Adds a monitor filter that can decode esp32 exception traces, it looks like this with a debug build (the indented part is new): Screenshot_20200215_190846

It was tested on Linux with Python3 and Windows with Python 2 with esp32dev board.

Add --filter=esp32_exception_decoder to your monitor_flags to activate it.

Fixes #105

This filter resolves the ESP backtraces as they come into the
device monitor. Add --filter=esp_exception_decoder to monitor_flags
to use it.
@ivankravets ivankravets merged commit 2ef483c into platformio:develop Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backtrace decoder for ESP32
2 participants