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:
hjk
2010-03-29 18:44:02 +02:00
parent 89196e5c6a
commit c3afba0f0d
10 changed files with 53 additions and 3 deletions

View File

@@ -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);