Files
qt-creator/tests/manual/debugger/simple
Robert Loehning 48b4abe877 debugger: Improved testInput
Change-Id: I3920bf0ee69a5abbdd0060ca309f6fd7e17b2e1b
Reviewed-by: hjk <qthjk@ovi.com>
2012-03-12 14:20:33 +01:00
..
2012-01-26 19:55:36 +01:00
2012-01-26 19:55:36 +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)