I want to set breakpoint on certain line in C# code when some other variable is equal to specific value
say MyStringVariable == "LKOH"
Please suggest. I tried right click on breakpoint icon->Condition
then typed MyStringVariable == "LKOH"
and Visual Studio is saying cannot evalute.