Watch the content for a QStringList / QList with the debugger
Hi all,
Is it possible to watch the content for a QStringList / QList with the debugger?
Kind regards.
Re: Watch the content for a QStringList / QList with the debugger
yes, with visual studio you can watch it clearly .
Re: Watch the content for a QStringList / QList with the debugger
Re: Watch the content for a QStringList / QList with the debugger
I can't see the content of the QStringList. I attach an image to clarify:
http://i49.tinypic.com/11lpq13.jpg
My code:
Code:
stringList << "red" << "blue" << "black";
I use Visual Studio 2010.
Re: Watch the content for a QStringList / QList with the debugger