forked from qt-creator/qt-creator
debugger: add a context menu action to the stackview to create a full
backtrace in the main editor. Useful for sending bug reports.
This commit is contained in:
@@ -129,6 +129,7 @@ enum DebuggerCapabilities
|
||||
ReloadModuleSymbolsCapability = 0x100,
|
||||
BreakOnThrowAndCatchCapability = 0x200,
|
||||
ReturnFromFunctionCapability = 0x400,
|
||||
CreateFullBacktraceCapability = 0x800,
|
||||
};
|
||||
|
||||
enum LogChannel
|
||||
|
||||
Reference in New Issue
Block a user