Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-03-31 22:14:35 +02:00
parent 38c63ca2ea
commit 16ffafb769
2 changed files with 22 additions and 12 deletions

View File

@ -875,6 +875,7 @@ These commands are mainly intended for debugging. They are hidden if qutebrowser
|<<debug-console,debug-console>>|Show the debugging console. |<<debug-console,debug-console>>|Show the debugging console.
|<<debug-crash,debug-crash>>|Crash for debugging purposes. |<<debug-crash,debug-crash>>|Crash for debugging purposes.
|<<debug-pyeval,debug-pyeval>>|Evaluate a python string and display the results as a web page. |<<debug-pyeval,debug-pyeval>>|Evaluate a python string and display the results as a web page.
|<<debug-trace,debug-trace>>|Trace executed code via hunter.
|============== |==============
[[debug-all-objects]] [[debug-all-objects]]
=== debug-all-objects === debug-all-objects
@ -906,3 +907,12 @@ Evaluate a python string and display the results as a webpage.
==== positional arguments ==== positional arguments
* +'s'+: The string to evaluate. * +'s'+: The string to evaluate.
[[debug-trace]]
=== debug-trace
Syntax: +:debug-trace ['expr']+
Trace executed code via hunter.
==== positional arguments
* +'expr'+: What to trace, passed to hunter.