forked from qt-creator/qt-creator
QmlObserver: breakpoint list is shared between engines
Reviewed by: Kai Koehne, Andre Poenitz
This commit is contained in:
@@ -2580,6 +2580,11 @@ void GdbEngine::attemptBreakpointSynchronization()
|
||||
handler->updateMarkers();
|
||||
}
|
||||
|
||||
bool GdbEngine::acceptsBreakpoint(const Internal::BreakpointData *br)
|
||||
{
|
||||
return !( br->fileName.endsWith(QLatin1String("js")) || br->fileName.endsWith(QLatin1String("qml")) );
|
||||
}
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user