From ec2ba032a8a59016957b3f5f531653e02f076147 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 5 Aug 2016 15:07:10 +0200 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 2 ++ README.asciidoc | 1 + doc/help/commands.asciidoc | 10 ++++++++++ 3 files changed, 13 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7c4df4655..089fd23a6 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,8 @@ Added `unix-filename-rubout`. - New `fonts -> completion.category` setting to customize the font used for completion category headers. +- New `:debug-log-capacity` command to adjust how many lines are logged into RAM + (to report bugs which are difficult to reproduce). Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index 68a62714c..882301381 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -220,6 +220,7 @@ Contributors, sorted by the number of commits in descending order: * zwarag * xd1le * oniondreams +* knaggita * issue * haxwithaxe * evan diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index eb384ffae..f43be5822 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -1400,6 +1400,7 @@ These commands are mainly intended for debugging. They are hidden if qutebrowser |<>|Show the debugging console. |<>|Crash for debugging purposes. |<>|Dump the current page's content to a file. +|<>|Change the number of log lines to be stored in RAM. |<>|Evaluate a python string and display the results as a web page. |<>|Put data into the fake clipboard and enable logging, used for tests. |<>|Trace executed code via hunter. @@ -1442,6 +1443,15 @@ Dump the current page's content to a file. ==== optional arguments * +*-p*+, +*--plain*+: Write plain text instead of HTML. +[[debug-log-capacity]] +=== debug-log-capacity +Syntax: +:debug-log-capacity 'capacity'+ + +Change the number of log lines to be stored in RAM. + +==== positional arguments +* +'capacity'+: Number of lines for the log. + [[debug-pyeval]] === debug-pyeval Syntax: +:debug-pyeval [*--quiet*] 's'+