Re: Visual Studio 2010 Conditional Breakpoint + QString
I doubt it will work because the only method evaluation that is supported are mentioned in the article. Using methods on QString (e.g. utf16()), therefore, I believe wont work. You would have to directly access the data pointer in QString.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks