Files
qt-creator/tests/manual/debugger/simple
Robert Loehning ce3edb5621 Tests: Disable testQThread by default
Change-Id: I1ece1bd56a7d2806fa13afeb295fd9c76049e07b
Reviewed-by: hjk <hjk@theqtcompany.com>
2015-12-08 09:45:35 +00:00
..
2015-01-16 12:37:56 +01:00
2015-01-16 12:37:56 +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)