nvim-dap
nvim-dap copied to clipboard
Variables should be updated after session.evaluate() or repl
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