forked from qt-creator/qt-creator
Debugger: Hide memory related actions in context menus for QML only
Change-Id: I29f09f983146fff3301426703db0b93090c6507c Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1999,7 +1999,8 @@ unsigned GdbEngine::debuggerCapabilities() const
|
||||
| ShowModuleSymbolsCapability
|
||||
| CatchCapability
|
||||
| OperateByInstructionCapability
|
||||
| RunToLineCapability;
|
||||
| RunToLineCapability
|
||||
| MemoryAddressCapability;
|
||||
|
||||
if (startParameters().startMode == AttachCore)
|
||||
return caps;
|
||||
|
||||
Reference in New Issue
Block a user