code-debug/.github/ISSUE_TEMPLATE.md
Dan Printzell 3555820ef8 Updated the README.md and ISSUE_TEMPLATE.md file to reflect the new lldb support
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
2016-03-06 15:35:59 +01:00

12 lines
No EOL
390 B
Markdown

If submitting a bug please make sure
- [ ] 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