We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
virtual_text
1 parent 6be5247 commit 3eb947dCopy full SHA for 3eb947d
1 file changed
lua/dap-view/listeners.lua
@@ -144,8 +144,8 @@ for _, listener in ipairs(continue) do
144
end
145
146
147
-dap.listeners.after.variables[SUBSCRIPTION_ID] = function(session)
148
- vt.virtual_text(session.current_frame)
+dap.listeners.after.variables[SUBSCRIPTION_ID] = function()
+ vt.virtual_text()
149
150
151
dap.listeners.before.event_stopped[SUBSCRIPTION_ID] = function(session)
0 commit comments