Skip to content

Commit

Permalink
set logging on -> set logging enabled (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleblack111 authored Nov 22, 2024
1 parent 0803179 commit 5865bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Crashes and Bugs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Report an issue on GitHub or on the Discord server.
3. In a tty or terminal, do `coredumpctl debug Hyprland`.
- If gdb asks you for symbols, say `y`.
- If it asks about paging, say `c`.
4. Once you get to `(gdb)`, start file logging with `set logging on`.
4. Once you get to `(gdb)`, start file logging with `set logging enabled`.
- For a specific file, use `set logging file output.log`.
5. Run `bt -full`, then `exit` once finished, and attach the output.

Expand Down

0 comments on commit 5865bfb

Please sign in to comment.