[Lldb-commits] [lldb] [lldb-dap] Creating a 'capabilities' event helper. (PR #142831)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 4 12:35:26 PDT 2025


================
@@ -30,6 +30,8 @@ def test_basic(self):
         self.assertEqual(
             len(breakpoint_ids), len(lines), "expect correct number of breakpoints"
         )
+        # Target based capability 'supportsStepInTargetsRequest' is sent in
----------------
ashgti wrote:

Done.

https://github.com/llvm/llvm-project/pull/142831


More information about the lldb-commits mailing list