forked from qt-creator/qt-creator
Move DebuggerRunControl initialization out of ::start method.
This commit is contained in:
@@ -109,6 +109,8 @@ private:
|
||||
const QSharedPointer<DebuggerStartParameters> m_startParameters;
|
||||
DebuggerManager *m_manager;
|
||||
bool m_running;
|
||||
QString m_dumperLibrary;
|
||||
QStringList m_dumperLibraryLocations;
|
||||
};
|
||||
|
||||
// A default run configuration for external executables or attaching to
|
||||
|
||||
Reference in New Issue
Block a user