debugger: make debugger restartable using the buttons in the application output pane

This commit is contained in:
hjk
2010-07-20 18:31:35 +02:00
parent 62060ce79c
commit 753a28ed4e
3 changed files with 20 additions and 6 deletions

View File

@@ -213,6 +213,7 @@ public:
QAbstractItemModel *sourceFilesModel() const;
void handleFinished();
void handleStartFailed();
bool debuggerActionsEnabled() const;
static bool debuggerActionsEnabled(DebuggerState state);
void showModuleSymbols(const QString &moduleName, const Symbols &symbols);