Skip to content

Commit

Permalink
docs: mention exception decoder in the bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr authored Nov 28, 2020
1 parent 850db61 commit ac6f0b7
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ assignees: ''

*Fulfilling this template will help developers and contributors to address the issue. Try to be as specific and extensive as possible. If the information provided is not enough the issue will likely be closed.*

*You can now remove this line and the above ones. Text in italic is meant to be replaced by your own words. If any of the sections below are not relevant to the issue (for instance, the screenshots) then you can delete them.*
*You can now remove this line and the above ones. Text in italic is meant to be replaced by your own words. If any of the sections below are not relevant to the issue (for instance, the screenshots or crash report) then you can delete them.*

**Bug description**
*A clear and concise description of what the bug is.*
Expand All @@ -38,6 +38,25 @@ assignees: ''
* *Flash mode*
* *Device brand, model and version*

**Crash report**
*Save the crash postmortem message, which may look something like:*
> Exception (28):
> epc1=0x4021e698 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
>
> ctx: sys
> sp: 3ffffc90 end: 3fffffb0 offset: 01a0
> \>\>\>stack\>\>\>
> ...
> \<\<\<stack\<\<\<
>
*And, use one of the following tools to decode it:*
- *https://github.com/mcspr/EspArduinoExceptionDecoder*
- *https://github.com/me-no-dev/EspExceptionDecoder (when using Arduino IDE)*

*When using PlatformIO, it is also possible to use a built-in exception decoder when device's serial connection is available:*
- `pio device monitor --echo -e $environment -f esp8266_exception_decoder`

**Tools used**
* *Desktop operating system*
* *Browser & version*
Expand Down

0 comments on commit ac6f0b7

Please sign in to comment.