1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Prevent race condition on initial breakpoints from DAP

(cherry picked from commit 485342408b)
This commit is contained in:
Ricardo Subtil
2023-11-14 15:08:36 +00:00
committed by Rémi Verschelde
parent cc38139799
commit e5add91a46
4 changed files with 28 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ struct DAPeer : RefCounted {
// Internal client info
bool attached = false;
Dictionary pending_launch;
Error handle_data();
Error send_data();