Open abr-storm opened 3 months ago
I have encountered the same issue uninstalling [ruby-debug-ide](https://github.com/ruby-debug/ruby-debug-ide)
gem helped me resolve that issue.
I also have the same issue. Even if I try to connect another debugger it doesn't work. The debugger starts but then the execution does not stop.
Hi, thanks for making this extension
I'm debugging a request in my rails app by attaching to the process and placing a breakpoint inside a controller action. Once I make a request, it behaves exactly as I would expect: pausing at the breakpoint.
However if I leave the paused debug view open for 30-40 seconds it disconnects and I lose my place in the code. Is this happening because of some kind of request timeout in rails, or is there a configuration setting I need to change in rdbg?
I'm using the VScode devcontainer feature to define the dev environment.
This is my launch.json: