Can I get thread
event body?
#444
Answered
by
przepompownia
przepompownia
asked this question in
Q&A
-
I try to use a special tab (per thread at the moment) to control the current debug session. My first approach is adding a callback running after get started dap.listeners.after['event_thread']['dap-tab'] = function(session, body)
vim.notify('Thread started', vim.inspect(session), vim.inspect(body))
end From the log I got
No body is printed, only |
Beta Was this translation helpful? Give feedback.
Answered by
przepompownia
Feb 20, 2022
Replies: 1 comment
-
It's a typo (comma instead of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
przepompownia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a typo (comma instead of
..
)... Listener works as expected.