Debugger: Add button to debug python dumpers

This searches the last 'bb' command and triggers a re-run with
the 'pe' option added.

Change-Id: Icbe251c9f8980f3bcd0ba10171ec39f0fb02c2f4
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-07-12 13:23:51 +02:00
parent 108085008f
commit 2c7daecd26
2 changed files with 27 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ public slots:
void showOutput(int channel, const QString &output);
void showInput(int channel, const QString &input);
void doOutput();
void repeatLastCommand();
signals:
void showPage();
@@ -86,7 +87,6 @@ private:
QTimer m_outputTimer;
QString m_queuedOutput;
Utils::FancyLineEdit *m_commandEdit;
QLabel *m_commandLabel;
bool m_ignoreNextInputEcho;
};