Debugger: DAPEngine improve breakpoints handling

- Added proper "Insert" breakpoint
- Added proper "Remove" breakpoint
- Fixed errors with engine states after pause and continue

Change-Id: Icbe1b4cf549cee633809d0a1c9ab19dbf877dbf0
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Artem Sokolovskii
2023-04-06 14:20:01 +02:00
parent 6932c6ca23
commit cbaeee89d6
2 changed files with 114 additions and 44 deletions

View File

@@ -92,6 +92,7 @@ private:
QByteArray m_inbuffer;
Utils::QtcProcess m_proc;
int m_nextBreakpointId = 1;
};
} // Debugger::Internal