forked from qt-creator/qt-creator
debugger: remove commandline options to disable debugger engines
This was mostly useful in cases where the guessing magic failed. With the new Profiles, the debugger engines can be adjusted there. Change-Id: I96622775588bb46c3e4e35af27e352593eb405d1 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -101,7 +101,6 @@ public:
|
||||
virtual void runControlFinished(DebuggerEngine *engine) = 0;
|
||||
virtual void displayDebugger(DebuggerEngine *engine, bool updateEngine) = 0;
|
||||
virtual DebuggerLanguages activeLanguages() const = 0;
|
||||
virtual unsigned enabledEngines() const = 0;
|
||||
virtual void synchronizeBreakpoints() = 0;
|
||||
|
||||
virtual bool initialize(const QStringList &arguments, QString *errorMessage) = 0;
|
||||
|
||||
Reference in New Issue
Block a user