nova-ruby / debug

Ruby's rdbg debugger support for Nova.
MIT License
5 stars 1 forks source link

TCP/IP support #4

Open gabrielrinaldi opened 1 year ago

gabrielrinaldi commented 1 year ago

Can you connect using network or just using a socket? I run my application inside a docker container so it would be nice to be able to setup a port for connection.

tommasongr commented 1 year ago

Hi there!

Right now I don't think you can... I'm not a big docker user and nobody asked for it yet.

However, looking at the vscode extension counterpart, I think it should be possible:

CleanShot 2023-04-18 at 10 24 57@2x

We just have to implement the TCP/IP connection method. Are you willing to give me a hand testing this? I would prefer to avoid installing a whole docker setup on my system.

Let me know. If you are available I can give it a shot in the next days

gabrielrinaldi commented 1 year ago

I am happy to test, for now I am using this one that has TCP support: https://github.com/SergeyBurtsev/nova-ruby-debugger