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:
@@ -162,7 +162,7 @@ enum DebuggerCapabilities
|
||||
ReverseSteppingCapability = 0x1,
|
||||
SnapshotCapability = 0x2,
|
||||
AutoDerefPointersCapability = 0x4,
|
||||
DisassemblerCapability = 0x80,
|
||||
DisassemblerCapability = 0x8,
|
||||
RegisterCapability = 0x10,
|
||||
ShowMemoryCapability = 0x20,
|
||||
JumpToLineCapability = 0x40,
|
||||
|
||||
Reference in New Issue
Block a user