Sorry for this question, I am pretty new to debugging ruby code in nvim with nvim-dap.
I have followed the setup instruction but nothing happens after I set a breakpoint and run :lua require'dap'.continue()
I am seeing Session active, but not stopped at breakpoint. Any idea why this is happening?

Debugging in a terminal with the debug gem seems fine, but would be awesome if I can get that experience in Neovim itself.
Thanks for the plugin!