Regenerate docs.
This commit is contained in:
parent
38c63ca2ea
commit
16ffafb769
@ -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-crash,debug-crash>>|Crash for debugging purposes.
|
||||
|<<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
|
||||
@ -906,3 +907,12 @@ Evaluate a python string and display the results as a webpage.
|
||||
==== positional arguments
|
||||
* +'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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user