nvim-dap icon indicating copy to clipboard operation
nvim-dap copied to clipboard

Variables should be updated after session.evaluate() or repl

Open domi-eck opened this issue 1 year ago • 0 comments

Problem Statement

The variables in my widgets.scope or nvim-dap-text are not updated, if i changed them with the repl or with session.evaluate(). But they get updated, if do one further debuggin step.

I think the current behavior is confusing, because the shown variables are wrong after a repl command or a session.evaluate().

Possible Solutions

Is there an API function to update this variables and an API call to check if some statements were inserted in the repl?

Considered Alternatives

No response

domi-eck avatar Apr 27 '23 09:04 domi-eck