debugger: enable debugging of multiple projects at the same time

This commit is contained in:
hjk
2010-07-21 17:06:22 +02:00
parent 990dba7551
commit 96561a38c7
7 changed files with 47 additions and 17 deletions

View File

@@ -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