debugger: mark breakpoints as 'insertion proceeding' in qml debugger

This commit is contained in:
hjk
2010-11-30 10:03:20 +01:00
parent 8a2e21eb60
commit 80f640fbb3

View File

@@ -470,6 +470,8 @@ void QmlEngine::attemptBreakpointSynchronization()
//bool updateNeeded = false;
JSAgentBreakpoints breakpoints;
foreach (BreakpointId id, handler->engineBreakpointIds(this)) {
if (handler->state(id) == BreakpointInsertRequested)
handler->notifyBreakpointInsertProceeding(id);
QString processedFilename = handler->fileName(id);
#ifdef Q_OS_MACX
// Qt Quick Applications by default copy the qml directory to buildDir()/X.app/Contents/Resources