forked from qt-creator/qt-creator
debugger: polish module symbols
This commit is contained in:
@@ -158,7 +158,8 @@ enum DebuggerCapabilities
|
||||
ReturnFromFunctionCapability = 0x400,
|
||||
CreateFullBacktraceCapability = 0x800,
|
||||
AddWatcherCapability = 0x1000,
|
||||
WatchpointCapability = 0x2000
|
||||
WatchpointCapability = 0x2000,
|
||||
ShowModuleSymbolsCapability = 0x4000,
|
||||
};
|
||||
|
||||
enum LogChannel
|
||||
|
Reference in New Issue
Block a user