We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7373d24 commit 19894feCopy full SHA for 19894fe
.github/ISSUE_TEMPLATE/bug_report.md
@@ -46,10 +46,10 @@ If btop++ is crashing at start the following steps could be helpful:
46
47
(Extra helpful if compiled with `make OPTFLAGS="-O0 -g"`)
48
49
-1. run `gdb btop`
+1. run (linux): `gdb btop` (macos): `lldb btop`
50
51
-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.
52
53
-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
54
55
4. Copy and paste the backtrace here:
0 commit comments