Add rdbg for Ruby (#30126)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-05-08 09:37:20 +01:00 committed by GitHub
parent 1ec466b728
commit d39c220f26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 121 additions and 7 deletions

View file

@ -152,7 +152,7 @@ impl Console {
session
.evaluate(
expression,
Some(dap::EvaluateArgumentsContext::Variables),
Some(dap::EvaluateArgumentsContext::Repl),
self.stack_frame_list.read(cx).selected_stack_frame_id(),
None,
cx,