-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
esp32_exception_decoder not decoding #393
Comments
for info, even if you built the firmware.elf with platformio, the Arduino plugin can be used from within Arduino IDE as when it is started it asks for the .elf file where you can provide the ".pio/build/esp32dev/firmware.elf", then pasting the exceptions will work, I just tested it, it worked out for me. |
@wassfila thanks for the kind reply, I know it but I would like to use PlatformIO for the purpose since it recently added the feature. |
Hi @Tasssadar, any chance you could take a look at this issue? |
Hello, the trace you posted there looks like it should match. Can you post longer output from the serial monitor, ideally including the output immediately after start of the serial monitor? |
I have the same problem.
My platform.ini
Why isn't decoding working? |
Same problem - added the |
My issue has been resolved - for reference: I was missing a |
I am getting similar issues with the watchdog backtrace:
|
my issue has been solved with this too. closing it. |
as title. I have my
monitor_filters = esp32_exception_decoder, colorize
in my platformio.ini using an esp32 from lolin.
exceptions are not decoded:
is there a fix to this? thanks
The text was updated successfully, but these errors were encountered: