forked from qt-creator/qt-creator
debugger: limit log window to 100000 lines.
This commit is contained in:
@@ -68,6 +68,7 @@ public:
|
||||
DebuggerPane(QWidget *parent)
|
||||
: QPlainTextEdit(parent)
|
||||
{
|
||||
setMaximumBlockCount(100000);
|
||||
m_clearContentsAction = new QAction(this);
|
||||
m_clearContentsAction->setText(tr("Clear contents"));
|
||||
m_clearContentsAction->setEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user