Files
qt-creator/tests/manual/gdbdebugger/simple
hjk 9a5908bf8c debugger: small improvements to dumpers
Add a dumper for QStack. Also don't crash when accessing an uninitialized
pointer when the pointer looks bad to begin with.
2009-08-28 10:42:55 +02:00
..
2009-06-10 10:57:00 +02:00
2008-12-02 12:01:29 +01:00
2009-08-14 09:30:56 +02:00
2008-12-02 12:01:29 +01:00

Thinks to check:

- loading of custom dumpers (as seen on QByteArray/QString)
- availability of Qt debug information (custom display of QObject derived
class)
- availabitily of Qt sources (single step into some Qt *._cpp_ file)
- setting of breakpoints on dynamically loaded plugins (try plugin.cpp here, especially in constructors)
- check I/O  (qDebug, std::cout, std::cerr)