On Thursday 22 April 2010 14:22:09 ext Jack Wootton wrote: > Hello, > > Can CDB be used with Creator 2.0?
Yes. But you have to install the Debugging Tools for Windows by yourself, and you should be aware of the fact that the cdb integration is lagging behind gdb in terms of features and general usability. > The GUI seems to assume GDB is used. If you use MinGW, gdb will be used, if you use MSVC, you need to use cdb. So basically your selection of tool chain also selects the debugging environment. > However this page > http://doc.qt.nokia.com/qtcreator-1.2/creator-debugging.html > states that CDB can be used. Has support been removed in 2.0? cdb support has not been removed, and there is no intention to do so. I also see no indication to the contrary on more recent pages like http://doc.qt.nokia.com/qtcreator/creator-debugging.html . Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
