What is the function of the yellow dot after a line number?
I'm interested in exporting these locations using a format. Like format='dot %FILE:%LINE', output="dot example.c:35". It would be great if something like that is possible :)
Reinder
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What is the function of the yellow dot after a line number?
I'm interested in exporting these locations using a format. Like format='dot %FILE:%LINE', output="dot example.c:35". It would be great if something like that is possible :)
Reinder
The yellow dot indicates lines with a bookmark. <Ctrl><F2> toggles the bookmark on/off, and <F2> cycles through the bookmarks.
Regards.
Greg