powder-rb / powder

Makes Pow even easier. I mean really, really, ridiculously easy
http://git.io/powder
MIT License
1.29k stars 69 forks source link

How can I use byebug? #124

Closed halorium closed 8 years ago

halorium commented 8 years ago

I'm still learning and have my routes setup for api.domain.com and powder / pow works great along with postman for checking them.

I haven't been able to figure out how to use byebug with this configuration. I really love byebug as I can dig in as see what is going wrong.

Any help is appreciated.

jkotchoff commented 8 years ago

There is a guide for this at: http://blog.honeybadger.io/remote-debugging-with-byebug-rails-and-pow/

halorium commented 8 years ago

@jkotchoff Thanks for that info.