Search code examples
ruby-on-railsdebuggingherokuruby-debug

Run ruby-debug on Heroku


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.


Solution

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

    References