================
@@ -427,6 +430,7 @@ def cleanup():
# Initialize and launch the program
self.dap_server.request_initialize(sourceInitFile)
+ self.dap_server.request_configurationDone()
----------------
kusmour wrote:
ditto
https://github.com/llvm/llvm-project/pull/138219