@@ -96,17 +96,16 @@ Features:
9696 ` :clear-breakpoints ` commands have been added to
9797 support setting/clearing breakpoints for log messages.
9898 The ` CTRL-B ` shortcut toggles a breakpoint on the
99- focused line in the LOG view. Also, if the log
100- format specifies source file/line fields, the first
101- character of the source file will be underlined and
102- can be clicked to toggle a breakpoint. Once
103- breakpoints have been added, you can press ` F7 ` /` F8 `
104- to move to the previous/next log message that
105- matches a breakpoint.
106- - If the log format specifies source file/line fields,
107- the first character of the source file will be
108- underlined and can be clicked to open the source
109- file at the given log message.
99+ focused line in the LOG view. Once breakpoints have
100+ been added, you can press ` F7 ` /` F8 ` to move to the
101+ previous/next log message that matches a breakpoint.
102+ - If the log format specifies source file/line fields
103+ and a breakpoint is set, a red bullet point will be
104+ inserted to signify the presence of a breakpoint.
105+ In addition, if the ` :add-source-path ` command has
106+ been used, the first character of the source file
107+ will be underlined and can be clicked to open the
108+ source file at the given log message.
110109* The ` all_opids ` and ` all_thread_ids ` virtual tables
111110 have been added to make it simple to discover all of
112111 the operations and threads across all log files. The
0 commit comments