forked from qt-creator/qt-creator
debugger: enable debugging of multiple projects at the same time
This commit is contained in:
@@ -286,5 +286,10 @@ void SnapshotHandler::setCurrentIndex(int index)
|
||||
reset();
|
||||
}
|
||||
|
||||
DebuggerRunControl *SnapshotHandler::at(int i)
|
||||
{
|
||||
return m_snapshots.at(i).data();
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
Reference in New Issue
Block a user