You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Rizhiy! At the moment, nvim-dap-virtual-text only shows the values of locals reported by the debug adapter. Those scope variables don't required a manual evaluate request.
We could add rules to automatically expand scope our evaluate variables with children. We must be careful with that since in some rare cases such evaluate requests have side effects on the debugged program or make it or the debug adapter crash. But as an opt-in option it would be worth the experiment. Those could also work like nvim-dap-ui's watchpoints or only identify variables that the user manually evaluated
How do I make it so Python attributes are also highlighted?

e.g.
I want
self._hooks
to have its value shown in addition tobase
andleaf_spec
.The text was updated successfully, but these errors were encountered: