forked from qt-creator/qt-creator
Merge remote branch 'origin/2.2'
Conflicts: qtcreator.pri src/plugins/projectexplorer/toolchainmanager.cpp
This commit is contained in:
@@ -1292,6 +1292,16 @@ unsigned DebuggerEngine::debuggerCapabilities() const
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool DebuggerEngine::canWatchWidgets() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool DebuggerEngine::acceptsWatchesWhileRunning() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool DebuggerEngine::isSynchronous() const
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user