================
@@ -357,6 +358,7 @@ def cleanup():
self.addTearDownHook(cleanup)
# Initialize and launch the program
self.dap_server.request_initialize(sourceInitFile)
+ self.dap_server.request_configurationDone()
----------------
kusmour wrote:
Shouldn't we wait for `initialized` event?
```suggestion
self.dap_server.wait_for_event("initialized")
self.dap_server.request_configurationDone()
```
https://github.com/llvm/llvm-project/pull/138219
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits