forked from qt-creator/qt-creator
QmlObserver: breakpoint list is shared between engines
Reviewed by: Kai Koehne, Andre Poenitz
This commit is contained in:
@@ -1667,6 +1667,11 @@ void DebuggerEngine::attemptBreakpointSynchronization()
|
||||
{
|
||||
}
|
||||
|
||||
bool DebuggerEngine::acceptsBreakpoint(const BreakpointData *)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void DebuggerEngine::selectThread(int)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user