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
run something like :lua require('dap.ui.widgets').preview("word", {listener={'event_continued'}}) where you supply an expression, in this case, word and a listener.
Expected Result
I expect that my supplied expression would be evaluated when the listeners are triggered.
Actual Result
When the trigger runs, vim.fn.expand('<cexpr>') seems to be evaluated.
The text was updated successfully, but these errors were encountered:
Debug adapter definition and debug configuration
No response
Debug adapter version
9adbfdc
Steps to Reproduce
run something like
:lua require('dap.ui.widgets').preview("word", {listener={'event_continued'}})
where you supply an expression, in this case,word
and alistener
.Expected Result
I expect that my supplied expression would be evaluated when the listeners are triggered.
Actual Result
When the trigger runs,
vim.fn.expand('<cexpr>')
seems to be evaluated.The text was updated successfully, but these errors were encountered: