forked from qt-creator/qt-creator
debugger: split BreakpointIndex into plugin and debugger specific part
Change-Id: I21d10cf42eb039c74475e106537b6e107d155196 Reviewed-on: http://codereview.qt.nokia.com/745 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -249,7 +249,7 @@ void DebuggerRunControl::start()
|
||||
return;
|
||||
}
|
||||
|
||||
foreach (const BreakpointId &id, debuggerCore()->breakHandler()->allBreakpointIds()) {
|
||||
foreach (const BreakpointModelId &id, debuggerCore()->breakHandler()->allBreakpointIds()) {
|
||||
if (d->m_engine->breakHandler()->breakpointData(id).enabled
|
||||
&& !d->m_engine->acceptsBreakpoint(id)) {
|
||||
|
||||
|
Reference in New Issue
Block a user