listeners not called if no callback is given for a request
Abh15h3k opened this issue · comments
Debug adapter definition and debug configuration
dap.listeners.after.disconnect.user = function(session, error, response, payload) print("ON DISCONNECT") end
Debug adapter version
No response
Steps to Reproduce
start debugger
terminate()
Expected Result
ON DISCONNECT in messages
Actual Result
nothing
Thanks, I merged your PR #566