I ve been helping out a few customers with production instances of foreman
and often times I ve needed to debug from their sources. I wonder what it
would take or how hard it will be to create something like tfm-byebug so
that I can do remoter debugging on a live server.
I ve not had much luck with logger.warn, so I feel this would be a good way
to track that.
I can see people using this as a nice debugging tool… Any
ideas/suggestions…
Partha
Pry has a tool called pry-remote that is used for remote pry sessions, but I've never used it before or set it up. But I think some others on the team have?
After quickly poking around though, it looks like the pry-remote gem possibly has become stagnant? The wiki page [1] was last updated in 2013. It still might prove useful for what you are wanting though.
[1] https://github.com/pry/pry/wiki/Remote-sessions
···
----- Original Message -----
> I ve been helping out a few customers with production instances of foreman
> and often times I ve needed to debug from their sources. I wonder what it
> would take or how hard it will be to create something like tfm-byebug so
> that I can do remoter debugging on a live server.
>
> I ve not had much luck with logger.warn, so I feel this would be a good way
> to track that.
>
>
> I can see people using this as a nice debugging tool.. Any
> ideas/suggestions..
>
>
> Partha
>
> --
> You received this message because you are subscribed to the Google Groups
> "foreman-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to foreman-dev+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
–