forked from qt-creator/qt-creator
Fixed value of DisassemblerCapability
Was the same as the ReloadModuleCapability. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -1050,6 +1050,7 @@ unsigned CdbEngine::debuggerCapabilities() const
|
||||
{
|
||||
return DisassemblerCapability | RegisterCapability | ShowMemoryCapability
|
||||
|WatchpointCapability|JumpToLineCapability|AddWatcherCapability
|
||||
|ReloadModuleCapability
|
||||
|BreakOnThrowAndCatchCapability // Sort-of: Can break on throw().
|
||||
|BreakModuleCapability;
|
||||
}
|
||||
|
Reference in New Issue
Block a user