On 2/16/11 12:00 PM, André Pönitz wrote: > On Wednesday 16 February 2011 17:38:40 ext Stephen Chu wrote: >> On 2/16/11 11:32 AM, André Pönitz wrote: >> >> > Yes, you can switch back. De-select 'Locked' in Windows->Views, move >> the dock >> > widgets around as you like, and then select 'Locked' again. >> >> Oh. Cool. And I can drag it to my second monitor... Wait. I don't have >> one here. (Run to confiscate one from some coworker...) >> >> > >> >> With the latest snapshot and Qt from git, almost none of my >> >> own classes or structs show its members. Like this: >> >> <http://i.imgur.com/KGHTn.png> >> > >> > That looks ok? >> >> Notice the variable "this" is not even expandable. It's a class from >> QFSFileEngine. > > Urm, right. This typically means that there's no debug information > found for the class, i.e. a build not using -g
I just double checked the compile output and it is compiled with -g. This is the output: g++ -c -pipe -g -gdwarf-2 -Wall -W -isysroot /Developer/SDKs/MacOSX10.5.sdk -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/qt/mkspecs/macx-g++ -I../../Dropbox/OUTTest -I/qt/lib/QtCore.framework/Versions/4/Headers -I/qt/include/QtCore -I/qt/lib/QtNetwork.framework/Versions/4/Headers -I/qt/include/QtNetwork -I/qt/lib/QtGui.framework/Versions/4/Headers -I/qt/include/QtGui -I/qt/include -I../../Dropbox/OUTTest/QtSingleApplication -I../../Dropbox/OUTTest/lcms -I../../Dropbox/OUTTest/lcms/lcms2-2.1/include -I. -I. -I../../Dropbox/OUTTest -I. -F/qt/lib -o RSZipFileEngine.o ../../Dropbox/OUTTest/RSZipFileEngine.cpp This on OS X 10.6.5 debugging in 64-bit. Qt is built from git. -- Stephen Chu <mailto:[email protected]> <http://www.ju-ju.com> _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
