forked from qt-creator/qt-creator
Introduced capabilities for OperateByInstruction and RunToLine
The ScriptEngine does not support these actions, so make sure they are disabled in the debugger menu. Reviewed-by: hjk Task-number: QTCREATORBUG-2749
This commit is contained in:
@@ -1890,7 +1890,9 @@ unsigned GdbEngine::debuggerCapabilities() const
|
||||
| WatchpointByExpressionCapability
|
||||
| AddWatcherCapability
|
||||
| ShowModuleSymbolsCapability
|
||||
| CatchCapability;
|
||||
| CatchCapability
|
||||
| OperateByInstructionCapability
|
||||
| RunToLineCapability;
|
||||
|
||||
if (startParameters().startMode == AttachCore)
|
||||
return caps;
|
||||
|
||||
Reference in New Issue
Block a user