문제

When placing a conditional breakpoint in my code, this fails:

"Sophie Dee" <> myString

However, this works fine:

"Sophie Dee" != myString

Is this fixed in VS2012?

도움이 되었습니까?

해결책

Breakpoints predicates, and watch expressions etc., are all using C# (and possible VB, for VB solutions - do not know). Someone was lazy, and we have to live with that.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top