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:
@@ -479,6 +479,9 @@ private: ////////// View & Data Stuff //////////
|
||||
void handleDebuggingHelperEditValue(const GdbResponse &response);
|
||||
void handleDebuggingHelperSetup(const GdbResponse &response);
|
||||
|
||||
Q_SLOT void createFullBacktrace();
|
||||
void handleCreateFullBacktrace(const GdbResponse &response);
|
||||
|
||||
void updateLocals(const QVariant &cookie = QVariant());
|
||||
void updateLocalsClassic(const QVariant &cookie);
|
||||
void updateLocalsPython(const QByteArray &varList);
|
||||
|
||||
Reference in New Issue
Block a user