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

Feature: Exception Decoding #200

Open
alexyao2015 opened this issue Feb 1, 2022 · 0 comments
Open

Feature: Exception Decoding #200

alexyao2015 opened this issue Feb 1, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@alexyao2015
Copy link

Now that the dashboard has the ability to directly obtain serial logs, it would be awesome if it could also decode exceptions dumped to the logs.

This could be game changing to allow anyone to easily decode stack traces if they occur in their logs.

I can think of two methods this could be done:

  1. Recreate this exception decoder in TS/JS and obtain the elf file from the ESPHome server to directly decode it.
  2. Detect when an exception is dumped and pass it back to the esphome webserver for decoding.
@jesserockz jesserockz added the enhancement New feature or request label Feb 2, 2022
@jesserockz jesserockz added the help wanted Extra attention is needed label Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants