forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.5'
Conflicts: qtcreator.pri qtcreator.qbp src/plugins/find/treeviewfind.cpp Change-Id: Iaae61c98938df24bda5521a923303db89eb7f8fe
This commit is contained in:
@@ -140,7 +140,7 @@ def doSimpleDebugging(currentConfigName, pressContinueCount=1, expectedBPOrder=[
|
||||
def __startDebugger__(config):
|
||||
clickButton(waitForObject(":*Qt Creator.Start Debugging_Core::Internal::FancyToolButton"))
|
||||
handleDebuggerWarnings(config)
|
||||
hasNotTimedOut = waitFor("object.exists(':Debugger Toolbar.Continue_QToolButton')", 20000)
|
||||
hasNotTimedOut = waitFor("object.exists(':Debugger Toolbar.Continue_QToolButton')", 60000)
|
||||
try:
|
||||
mBox = findObject(":Failed to start application_QMessageBox")
|
||||
mBoxText = mBox.text
|
||||
|
||||
Reference in New Issue
Block a user