Run ruby-debug on Heroku
Asked Answered
S

1

6

Is there any way to do it? I often have issues that work locally but fail on Heroku for some reason related to the environment. It would be nice to be able to run the debugger there.

Soloman answered 21/6, 2011 at 18:48 Comment(4)
Yes, it's when there's a unique issue such as with the filesystem when I really want to use the debugger.Soloman
you can't write to the filesystem in heroku (except with /tmp but I don't remember right now exactly), can we see the code?Sciamachy
It's related to this question: #6417975Soloman
I doubt this would be possible. Sounds like a good idea though.Nne
W
5

Currently apps do not have interactive debugging on Heroku. You do have access to the logger, however.

References

Widmer answered 19/6, 2012 at 5:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.