X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fdebugging;h=562a11f21e5f36993ac494f2405502a8345c387c;hb=5295266cf293ad5829810006d370d21bf9ebb803;hp=07bc13a04a0f51bcc5b804212de99c9d5e475ec3;hpb=54d61b510da60c2150ebd1d34855c286e2977a25;p=i3%2Fi3 diff --git a/docs/debugging b/docs/debugging index 07bc13a0..562a11f2 100644 --- a/docs/debugging +++ b/docs/debugging @@ -153,14 +153,15 @@ When sending bug reports, please attach the *whole* log file. Even if you think you found the section which clearly highlights the problem, additional information might be necessary to completely diagnose the problem. -When debugging with us in IRC, be prepared to use a so called nopaste service +When debugging with us in IRC, be prepared to use a so-called nopaste service such as https://pastebin.com because pasting large amounts of text in IRC sometimes leads to incomplete lines (servers have line length limitations) or flood kicks. == Debugging i3bar -To debug i3bar problems, add +verbose yes+ to all +bar {}+ blocks in your i3 +To debug i3bar problems, use the +--verbose+ commandline parameter, +or add +verbose yes+ to all +bar {}+ blocks in your i3 config, reload your config and then restart all i3bar instances like this: ---------------------------------------------------------------------