nvim-dap-ruby icon indicating copy to clipboard operation
nvim-dap-ruby copied to clipboard

Results 9 nvim-dap-ruby issues
Sort by recently updated
recently updated
newest added

Running `lua require'dap'.continue()` and selecting `2` or `3` in an `*_spec.rb` file results in this error. Wondering what I'm doing incorrectly...

I'm trying to configure nvim-dap-ruby for rails but I can't find much information on how to do this, is there any way to update the doc to show how to...

## What? This plugin does not seem to work. It fails everytime. ``` DAP Couldn't connect to 127.0.0.1:54701: ECONNREFUSED ``` Port does not make any difference here. Steps to reproduce:...

Hi. I'm not sure my problem is specifically related to your plugin but I'm not sure what is it related to so i decided to give it a try here...

I might out my poor Lua skills now, but I'm trying to figure out how to extend the configuration with a custom runner. So, my question is if it's currently...

If I don't have a `binding.b` at the start of my script, all further breakpoints are just ignored and just the whole script runs: With binding.b ![screenshot-20220628-113735](https://user-images.githubusercontent.com/1435346/176147057-dab0058e-cb1a-4ab2-bf7f-da241f038f18.png) Without binding.b ![screenshot-20220628-113804](https://user-images.githubusercontent.com/1435346/176147051-a55bdd52-ef69-4b01-a4be-27ee16429789.png)...

Hey folks 👋 I've created a dap adapter / config that I could run a rails debugging flow but I don't know the best idea to integrate with `nvim-dap-ruby` basically...

*Disclaimer: I'm not ruby expert* 🙈 My `nvim-dap-ruby` setup generally works - verified using some very dummy project. However, with a larger code base (GitLab rails in this case), which...

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...