rack-webconsole
rack-webconsole copied to clipboard
Can't add breakpoint
Maybe it's not appropriate to report this problem here, but I do think it's cool to add breakpoint via rack-webconsole-pry, as we have no other way to add breakpoint dynamically (when the application is running).
I installed pry-debugger and rack-webconsole-pry, and typed in 'break app/controllers/users_controllers.rb:54` in the web console. But it complains:
[1] pry(main)> break app/controllers/users_controllers.rb:54
Error: undefined method `pry=' for nil:NilClass