File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -19,29 +19,34 @@ Steps to reproduce the behavior:
19
19
4 . See issue
20
20
21
21
** Expected behavior**
22
- A clear and concise description of what you expected to happen.
22
+
23
+ [ comment] : <> A clear and concise description of what you expected to happen.
23
24
24
25
** Screenshots**
25
- If applicable, add screenshots to help explain your problem.
26
+
27
+ [ comment] : <> If applicable, add screenshots to help explain your problem.
26
28
27
29
** Environment (please complete the following information):**
30
+
31
+ [ comment] : <> Whenever possible, please make sure you are using the latest versions of VSCode and our extension
32
+
28
33
- Cortex-Debug Version (this extension) [ e.g. 0.2.3]
29
- - OS: [ e.g. iOS ]
30
- - GDB Version: [ e.g. 1.12 .1]
34
+ - OS: [ e.g. Linux Ubuntu 18.04 LTS, Windows 11, etc. ]
35
+ - GDB Version: [ e.g. 1.11 .1]
31
36
- Compiler Toolchain Version: [ e.g. arn-none-eabi V 11.1]
32
37
33
38
** Please include ` launch.json ` **
34
39
35
40
* Note: We are unlikely to look at the issue if you do not supply this*
36
41
```
37
- Paste console output here
42
+ Paste launch.json contents here
38
43
```
39
44
40
45
** Attach text from ` Debug Console ` **
41
46
42
47
Please enable debug output in your launch.json (` "showDevDebugOutput": "raw" ` ). It this is too large, please attach it as a file
43
48
```
44
- Paste Debug Console output here
49
+ Paste Debug Console contents here
45
50
```
46
51
47
52
** Additional context**
You can’t perform that action at this time.
0 commit comments