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:
Artem Sokolovskii
2023-06-13 17:24:28 +02:00
parent d61f53e3c1
commit 9ad37a3c43
2 changed files with 124 additions and 44 deletions

View File

@@ -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