forked from qt-creator/qt-creator
ios: do not stop in debugger when debuggings an app
the attached process is seen as still running just after the attach and continuing fails, immediately later a spontaneous stop is detected and on ios (where we set continueAfterAttach) we continue after the spontanous stop. This also work in the desktop case. Change-Id: I92fbcd3ba319da7d9e664f67c8cbbea00f0daa43 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -201,6 +201,7 @@ private:
|
||||
// FIXME: Make generic.
|
||||
int m_lastAgentId;
|
||||
int m_lastToken;
|
||||
int m_continueAtNextSpontaneousStop;
|
||||
QMap<QPointer<DisassemblerAgent>, int> m_disassemblerAgents;
|
||||
QMap<QPointer<MemoryAgent>, int> m_memoryAgents;
|
||||
QHash<int, QPointer<QObject> > m_memoryAgentTokens;
|
||||
|
||||
Reference in New Issue
Block a user