[Lldb-commits] [lldb] [lldb-dap] Creating a 'capabilities' event helper. (PR #142831)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 4 12:03:51 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
----------------
da-viper wrote:
the `continue_to_breakpoint` is in the wrong test
https://github.com/llvm/llvm-project/pull/142831
More information about the lldb-commits
mailing list