From 3555820ef893f3d7d9635e6de09bd498471b33f3 Mon Sep 17 00:00:00 2001 From: Dan Printzell Date: Sun, 6 Mar 2016 15:35:59 +0100 Subject: [PATCH] Updated the README.md and ISSUE_TEMPLATE.md file to reflect the new lldb support Signed-off-by: Dan Printzell --- .github/ISSUE_TEMPLATE.md | 11 ++++++++--- README.md | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0d65bfb..9afcdee 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 31b6d89..93fefcc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Debug -Native VSCode debugger. Currently only using GDB. +Native VSCode debugger. Supports both GDB and LLDB. ## Installation