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:
@@ -1947,6 +1947,12 @@ void DebuggerManager::updateWatchersWindow()
|
||||
d->m_watchHandler->model(WatchersWatch)->rowCount(QModelIndex()) > 0);
|
||||
}
|
||||
|
||||
void DebuggerManager::openTextEditor(const QString &titlePattern,
|
||||
const QString &contents)
|
||||
{
|
||||
d->m_plugin->openTextEditor(titlePattern, contents);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// AbstractDebuggerEngine
|
||||
|
||||
Reference in New Issue
Block a user