Hello, I am using visual studio 2010 and Qt 4.8. I read this article regarding conditional breakpoints and std:string
http://blogs.msdn.com/b/habibh/archi...eakpoints.aspx

Is it possible to achieve the same with a QString? It seems that breakpoint isn't activated when I set a codition regarding a specific value of a QString variable. For example I want to set a breakpoint to stop if variable aa = "test".