forked from qt-creator/qt-creator
DAP: Add stepIn and stepOut and stepOver
Change-Id: I7d2bb573c4fc359a4d07b4cff8867a47f9691392 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -82,6 +82,8 @@ private:
|
||||
void handleDabLaunch();
|
||||
void handleDabConfigurationDone();
|
||||
|
||||
void dabStackTrace();
|
||||
|
||||
void handleDapDone();
|
||||
void readDapStandardOutput();
|
||||
void readDapStandardError();
|
||||
@@ -93,6 +95,7 @@ private:
|
||||
QByteArray m_inbuffer;
|
||||
Utils::Process m_proc;
|
||||
int m_nextBreakpointId = 1;
|
||||
int m_currentThreadId = -1;
|
||||
};
|
||||
|
||||
} // Debugger::Internal
|
||||
|
||||
Reference in New Issue
Block a user