cldwalker/debugger

Start remote debugging from within script

joonty opened this issue · 2 comments

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

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.

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