Merge branch 'master' of github.com:WebFreak001/code-debug

This commit is contained in:
WebFreak001 2016-03-06 16:04:27 +01:00
commit 05b62c1d8d
2 changed files with 9 additions and 4 deletions

View file

@ -1,7 +1,12 @@
If submitting a bug please make sure If submitting a bug please make sure
- [ ] `gdb --version` >= 7.7.1 - [ ] If you are using gdb
- [ ] it works on the command line with `gdb` - [ ] `gdb --version` >= 7.7.1
- [ ] `cwd` and `target` are properly set - [ ] 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 Screenshots are helpful but not required

View file

@ -1,6 +1,6 @@
# Debug # Debug
Native VSCode debugger. Currently only using GDB. Native VSCode debugger. Supports both GDB and LLDB.
## Installation ## Installation