I was wondering what are the lines in the vertikal scrollbar of the code-editor?
I tought these are markers for bookmarks or comment, but that aren't the same lines of code.
These lines have different meanings depending on their color:
light blue : when you click on a word you see a light blue line for each line containing that word, the words are also highlighted in the code.
red : for breakpoints
dark olive : for bookmarks
olive : for warnings
yellow : the line where the program holds when debugging step by step