debugger: introduce a "NoEngine" option

This commit is contained in:
hjk
2009-05-06 10:13:36 +02:00
parent 62f40474a6
commit 4381b9d244
7 changed files with 34 additions and 61 deletions

View File

@@ -202,7 +202,7 @@ public:
QMainWindow *mainWindow() const { return m_mainWindow; }
QLabel *statusLabel() const { return m_statusLabel; }
enum DebuggerType { GdbDebugger, ScriptDebugger, WinDebugger };
enum DebuggerType { NoDebugger, GdbDebugger, ScriptDebugger, WinDebugger };
public slots:
void startNewDebugger(DebuggerRunControl *runControl);