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:
@@ -345,6 +345,8 @@ private:
|
||||
Internal::BreakpointData *findBreakpoint(const QString &fileName, int lineNumber);
|
||||
void setToolTipExpression(const QPoint &mousePos,
|
||||
TextEditor::ITextEditor *editor, int cursorPos);
|
||||
void openTextEditor(const QString &titlePattern,
|
||||
const QString &contents);
|
||||
|
||||
DebuggerManagerPrivate *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user