Files
qt-creator/tests/manual/debugger/simple
hjk ffcd12f69e debugger: add semi-automated test for display of anon structs.
http://sourceware.org/bugzilla/show_bug.cgi?id=10586. fsf gdb errors out
on -var-list-children on an anonymous union. The proposed fix has been
reported to crash gdb steered from eclipse.
(http://sourceware.org/ml/gdb-patches/2011-12/msg00420.html).
We should not be affected as mac gdb was fixed in 2006 and we avoid
using varobjs when we have python.

Change-Id: I2698d6762ed8757549bad304c6cd23d9150460fd
Reviewed-by: hjk <qthjk@ovi.com>
2011-12-14 08:17:16 +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)