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
With this config I could run the debugger BUT I needed to manually start the process on another terminal with rdbg --command --open --stop-at-load --port 1234 -- bin/rails s.
Any tips on how can I configure my adapter / configuration to execute this for me? 😄
Gravacao.de.Tela.2022-10-25.as.18.23.15.mov
this is the video of it working. one annoying stuff that I noted is that when I start the debug process, it looses the syntax highlights and IDK why.
Do u think it is feasible to run dap support for rails with debug gem like I tried to made?
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-rubybasically I did this:
With this config I could run the debugger BUT I needed to manually start the process on another terminal with
rdbg --command --open --stop-at-load --port 1234 -- bin/rails s.Any tips on how can I configure my adapter / configuration to execute this for me? 😄
Gravacao.de.Tela.2022-10-25.as.18.23.15.mov
this is the video of it working. one annoying stuff that I noted is that when I start the debug process, it looses the syntax highlights and IDK why.
Do u think it is feasible to run dap support for rails with debug gem like I tried to made?