Hi, > Does GDB do better? I've been thinking of changing to GCC. GDB has certainly a more powerful expression language and more types will be displayed in Qt Creator while debugging. However, I wouldn't base the decision entirely on the debugger; there are some things to consider when switching to MinGW/gcc, gdb:
- gcc compile speed is lower - gcc 4.5 has a bug concerning debug information - Some ActiveX functionality is not available in Qt / MinGW - When using databases, you might run into trouble compiling the client libaries since they typically ship with VS-project files only - The MS Windows API header files shipped with MinGW are not complete Regards, Friedemann -- Friedemann Kleint Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
