summaryrefslogtreecommitdiffstats
path: root/editor/debugger/debug_adapter/debug_adapter_protocol.h
diff options
context:
space:
mode:
authorRicardo Subtil <ricasubtil@gmail.com>2023-11-14 15:08:36 +0000
committerRicardo Subtil <ricasubtil@gmail.com>2023-11-14 15:56:03 +0000
commit485342408ba2d32bd484c378abfbe71cca59829c (patch)
tree1cdc71ae5a5baa57dcc3ef1bf0c2e5aee6266cd9 /editor/debugger/debug_adapter/debug_adapter_protocol.h
parent6afd320984cf14198368cc6c53752813a02169e3 (diff)
downloadredot-engine-485342408ba2d32bd484c378abfbe71cca59829c.tar.gz
Prevent race condition on initial breakpoints from DAP
Diffstat (limited to 'editor/debugger/debug_adapter/debug_adapter_protocol.h')
-rw-r--r--editor/debugger/debug_adapter/debug_adapter_protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/debugger/debug_adapter/debug_adapter_protocol.h b/editor/debugger/debug_adapter/debug_adapter_protocol.h
index ddc55816db..fb1c533bbb 100644
--- a/editor/debugger/debug_adapter/debug_adapter_protocol.h
+++ b/editor/debugger/debug_adapter/debug_adapter_protocol.h
@@ -63,6 +63,7 @@ struct DAPeer : RefCounted {
// Internal client info
bool attached = false;
+ Dictionary pending_launch;
Error handle_data();
Error send_data();