Merge pull request #40 from Vild/UpdateReadme
Updated the README.md and ISSUE_TEMPLATE.md files
This commit is contained in:
commit
88cd052f6e
2 changed files with 9 additions and 4 deletions
11
.github/ISSUE_TEMPLATE.md
vendored
11
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,7 +1,12 @@
|
|||
If submitting a bug please make sure
|
||||
|
||||
- [ ] `gdb --version` >= 7.7.1
|
||||
- [ ] it works on the command line with `gdb`
|
||||
- [ ] `cwd` and `target` are properly set
|
||||
- [ ] If you are using gdb
|
||||
- [ ] `gdb --version` >= 7.7.1
|
||||
- [ ] it works on the command line with `gdb`
|
||||
- [ ] `cwd` and `target` are properly set
|
||||
- [ ] If you are using lldb
|
||||
- [ ] `lldb --version` >= 3.7.1
|
||||
- [ ] it works on the command line with `lldb-mi`
|
||||
- [ ] `cwd` and `target` are properly set
|
||||
|
||||
Screenshots are helpful but not required
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Debug
|
||||
|
||||
Native VSCode debugger. Currently only using GDB.
|
||||
Native VSCode debugger. Supports both GDB and LLDB.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue