Files
qt-creator/tests/manual/gdbdebugger/simple
hjk 452f108ac7 debugger: fixes and improvements related to the Locals display
Split the concepts 'enabled' and 'editable' in the dumper output
Disable "<not in scope>" entries, also fix their type.
Fix glitch in type beautification for display
Find reason for failing bulk updates.
2009-08-31 16:05: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)