llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.61k stars 11.35k forks source link

lldb-dap does not step into target given by targetId #98509

Closed kendalharland closed 2 weeks ago

kendalharland commented 1 month ago

See https://github.com/llvm/llvm-project/pull/96687 for additional context.

When DapTestCaseBase.stepIn is called the dap steps into the first target from step_in_targets regardless of the given targetId.

kendalharland commented 1 month ago

I'll need someone with write-access to add the lldb-dap labels to this issue.

Edit. Thanks @EugeneZelenko!

kendalharland commented 2 weeks ago

Fixed w/ same explanation as https://github.com/llvm/llvm-project/issues/100284