Prevent race condition on initial breakpoints from DAP

This commit is contained in:
Ricardo Subtil
2023-11-14 15:08:36 +00:00
parent 6afd320984
commit 485342408b
4 changed files with 28 additions and 3 deletions
@@ -63,6 +63,7 @@ struct DAPeer : RefCounted {
// Internal client info
bool attached = false;
Dictionary pending_launch;
Error handle_data();
Error send_data();