You've already forked godot
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:
committed by
Rémi Verschelde
parent
cc38139799
commit
e5add91a46
@@ -63,6 +63,7 @@ struct DAPeer : RefCounted {
|
||||
|
||||
// Internal client info
|
||||
bool attached = false;
|
||||
Dictionary pending_launch;
|
||||
|
||||
Error handle_data();
|
||||
Error send_data();
|
||||
|
||||
Reference in New Issue
Block a user