clayborg added inline comments.
================
Comment at: lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py:46-48
+ program = self.getBuildArtifact("a.out")
+ self.build_and_launch(program, stopOnEntry=True)
+ self.vscode.request_disconnect(terminateDebuggee=True)
----------------
I don't think we need to run a program. Just send the initialize packet and
then the terminate packet, then sleep?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76314/new/
https://reviews.llvm.org/D76314
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits