Skip to content

Commit

Permalink
bug_report added instruction for lldb
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos authored Nov 16, 2021
1 parent 7373d24 commit 19894fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 19894fe

Please sign in to comment.