When you place the cursor inside a BEGIN/END, IF/ENDIF or LOOP/ENDLOOP block, the SQL Navigator code editors show you the begin and end points by means of ‘glyphs’ (markers) in the ‘gutter’ (left margin).
A number of other gutter markers are used as well.
|
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
|
|
|
A bookmarks (0-9)
B enabled breakpoint
C disabled breakpoint
D current execution line
E invalid breakpoint
F error line (statement that was executed with errors)
G select statement that produced results
H non-select statement that was executed successfully
I warning line (statement that was executed with warnings)
J block begin
K block end