forked from qt-creator/qt-creator
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user