forked from qt-creator/qt-creator
debugger: introduce a "NoEngine" option
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user