set logging on -> set logging enabled (#882)

This commit is contained in:
littleblack111 2024-11-22 21:26:48 +08:00 committed by GitHub
parent 0803179626
commit 5865bfbe14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.