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
When I try to debug an individual test with :lua require('dap-go').debug_test(), the dapui interface does not open. Should I hook dapui.open to some other event?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@JonPichel debug test will invoke dap.run(config) which should trigger the dap.listeners.before.launch event I think. Unfortunately I don't use dapui much and don't know how to configure it exactly. Maybe try without the dapui_config namespace (just with dap.listeners.before.launch)?
Hi,
When I try to debug an individual test with
:lua require('dap-go').debug_test()
, the dapui interface does not open. Should I hook dapui.open to some other event?This is my configuration:
NVIM version v0.9.5
The text was updated successfully, but these errors were encountered: