forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user