TheWhitestOfFangs
TheWhitestOfFangs

Reputation: 465

Strange marker in Visual Studio 2012

I tried searching here, in Microsoft's help pages and in Google, but couldn't find what the symbol in the picture means!

The symbol is a bold black line, positioned in the column where the break-point is marked usually. It's on a generic subroutine (coding in Fortran), nothing special about it...

Image of the black line

Upvotes: 1

Views: 147

Answers (1)

TheWhitestOfFangs
TheWhitestOfFangs

Reputation: 465

OK, I got this one figured out: If one does a search in the entire file (where the search results are shown in a list), this marker appears on the currently selected item from that list, whether the list is shown or not - so if one does search and does not empty the search results, this line will remain near the most recent selection from the list. Emptying the list cleared the line as well.

Upvotes: 2

Related Questions