We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1633ba1 commit 79bfb60Copy full SHA for 79bfb60
2 files changed
docs/source/lnav-breakpoint-dot.png
386 KB
docs/source/usage.rst
@@ -313,6 +313,14 @@ message schema. Log messages that have a source location and match a
313
breakpoint will be highlighted with a red circle, making it easy to spot
314
related messages as you scroll through logs.
315
316
+.. figure:: lnav-breakpoint-dot.png
317
+ :align: center
318
+ :figwidth: 90%
319
+
320
+ A screenshot of lnav's logs where a breakpoint is set. The red
321
+ circle next to the source file name and line indicates the location
322
+ of the breakpoint.
323
324
To toggle a breakpoint on the focused log message, press :kbd:`Ctrl` +
325
:kbd:`B` or use the :ref:`:breakpoint<breakpoint>` command.
326
You can also set breakpoints explicitly with the
0 commit comments