mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[doc] Fix formatting
This commit is contained in:
parent
8fdc11813d
commit
a3cd0385d0
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
= Debugging the Looking Glass Client
|
# Debugging the Looking Glass Client
|
||||||
|
|
||||||
If you are asked to provide debugging information to resolve an issue please
|
If you are asked to provide debugging information to resolve an issue please
|
||||||
follow the following procedure.
|
follow the following procedure.
|
||||||
|
|
||||||
== If you're experiencing a crash:
|
## If you're experiencing a crash:
|
||||||
|
|
||||||
Run the program under the `gdb` debugger (you may need to install gdb), for
|
Run the program under the `gdb` debugger (you may need to install gdb), for
|
||||||
example:
|
example:
|
||||||
|
@ -24,7 +24,7 @@ the following command:
|
||||||
Once you have this information please pastebin the log from looking-glass as
|
Once you have this information please pastebin the log from looking-glass as
|
||||||
well as the information resulting from this command.
|
well as the information resulting from this command.
|
||||||
|
|
||||||
== If you're experencing high CPU load and/or poor performance.
|
## If you're experencing high CPU load and/or poor performance.
|
||||||
|
|
||||||
The steps here are identical to the above, except instead of waiting for the
|
The steps here are identical to the above, except instead of waiting for the
|
||||||
program to crash, in the debugger press `CTRL+C` while the program is
|
program to crash, in the debugger press `CTRL+C` while the program is
|
||||||
|
|
Loading…
Reference in a new issue