Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate pry with RubyMine IRB console?

How to use pry to debug rails app instead of RubyMine IRB console? Shall I just add pry-rails and pry to my gemfile?

like image 258
simo Avatar asked Jan 08 '13 08:01

simo


People also ask

How do I open pry console?

To start pry, simply type pry after the gem is installed. You can also make it part of your application's dependencies by adding gem "pry" to your application's Gemfile. Installing pry from within the application has its own benefits. In fact, there is a pry-rails gem that replaces the Rails console with Pry.


1 Answers

It's not supported yet, vote for this feature request.

like image 112
CrazyCoder Avatar answered Jan 01 '23 11:01

CrazyCoder