summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoraristocratos <admin@qvantnet.com>2021-11-16 07:58:42 +0100
committerGitHub <noreply@github.com>2021-11-16 07:58:42 +0100
commit19894feec70bc3173f8dc10159dfc44cff4e8757 (patch)
tree3018ed9ef5e515b8c8422b0544397608629564e0 /.github
parent7373d24905cd211aa42e842cc7afd24a71e0a76c (diff)
bug_report added instruction for lldb
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index de86eaf..faa7b5e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -46,10 +46,10 @@ If btop++ is crashing at start the following steps could be helpful:
(Extra helpful if compiled with `make OPTFLAGS="-O0 -g"`)
-1. run `gdb btop`
+1. run (linux): `gdb btop` (macos): `lldb btop`
-2. `r` to run, wait for crash and press enter
+2. `r` to run, wait for crash and press enter if prompted, CTRL+L to clear screen if needed.
-3. `thread apply all bt` to get backtrace for all threads
+3. (gdb): `thread apply all bt` (lldb): `bt all` to get backtrace for all threads
4. Copy and paste the backtrace here: