cldwalker / debugger

port of ruby-debug that works on 1.9.2 and 1.9.3
BSD 2-Clause "Simplified" License
846 stars 80 forks source link

Start remote debugging from within script #113

Closed joonty closed 10 years ago

joonty commented 10 years ago

I like how it's possible to start the debugger within a script, using the debugger method. However, it seems that it's only possible to debug in-line this way.

One feature that would be incredibly useful is to be able to start remote debugging in this way, but I don't know whether this is even possible/practical on a technical level. E.g. starting the remote debugger with remote_debugger(host, port).

Is this at all feasible?

Thanks

cldwalker commented 10 years ago

Thanks for reporting your issue! This is one of my 14 active issues. Use that link to check how soon your issue will be answered. Don't forget to check your issue against this project's CONTRIBUTING.md. Cheers.

cldwalker commented 10 years ago

You can remote debug. To learn more about rdebug see it's man page