debugger: display "sub-breakpoints"

<MULTIPLE> happens in constructors, inline functions, and
at other places like 'foreach' lines.

Change-Id: Ifb89b659d279f257ba8295b80a35d605820ec54b
Reviewed-on: http://codereview.qt.nokia.com/498
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-06-15 14:02:26 +02:00
committed by hjk
parent cc43a59763
commit d647a6002e
14 changed files with 422 additions and 157 deletions

View File

@@ -39,7 +39,7 @@
#include "debuggerengine.h"
#include "watchutils.h"
#if USE_MODEL_TEST
#if USE_WATCH_MODEL_TEST
#include "modeltest.h"
#endif
@@ -216,8 +216,8 @@ void WatchModel::removeOutdated()
foreach (WatchItem *child, m_root->children)
removeOutdatedHelper(child);
#if DEBUG_MODEL
#if USE_MODEL_TEST
//(void) new ModelTest(this, this);
#if USE_WATCH_MODEL_TEST
(void) new ModelTest(this, this);
#endif
#endif
}