Skip to content

Commit ac6f0b7

Browse files
authored
docs: mention exception decoder in the bug report
1 parent 850db61 commit ac6f0b7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ assignees: ''
1616

1717
*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.*
1818

19-
*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.*
19+
*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.*
2020

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

41+
**Crash report**
42+
*Save the crash postmortem message, which may look something like:*
43+
> Exception (28):
44+
> epc1=0x4021e698 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
45+
>
46+
> ctx: sys
47+
> sp: 3ffffc90 end: 3fffffb0 offset: 01a0
48+
> \>\>\>stack\>\>\>
49+
> ...
50+
> \<\<\<stack\<\<\<
51+
>
52+
53+
*And, use one of the following tools to decode it:*
54+
- *https://github.com/mcspr/EspArduinoExceptionDecoder*
55+
- *https://github.com/me-no-dev/EspExceptionDecoder (when using Arduino IDE)*
56+
57+
*When using PlatformIO, it is also possible to use a built-in exception decoder when device's serial connection is available:*
58+
- `pio device monitor --echo -e $environment -f esp8266_exception_decoder`
59+
4160
**Tools used**
4261
* *Desktop operating system*
4362
* *Browser & version*

0 commit comments

Comments
 (0)