Skip to content

Commit 19894fe

Browse files
authored
bug_report added instruction for lldb
1 parent 7373d24 commit 19894fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ If btop++ is crashing at start the following steps could be helpful:
4646

4747
(Extra helpful if compiled with `make OPTFLAGS="-O0 -g"`)
4848

49-
1. run `gdb btop`
49+
1. run (linux): `gdb btop` (macos): `lldb btop`
5050

51-
2. `r` to run, wait for crash and press enter
51+
2. `r` to run, wait for crash and press enter if prompted, CTRL+L to clear screen if needed.
5252

53-
3. `thread apply all bt` to get backtrace for all threads
53+
3. (gdb): `thread apply all bt` (lldb): `bt all` to get backtrace for all threads
5454

5555
4. Copy and paste the backtrace here:

0 commit comments

Comments
 (0)