simo
simo

Reputation: 24580

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?

Upvotes: 6

Views: 4297

Answers (2)

rickythefox
rickythefox

Reputation: 6851

This is now supported - starting with RubyMine 2020.3.0.

https://www.jetbrains.com/help/ruby/running-console.html

Upvotes: 0

CrazyCoder
CrazyCoder

Reputation: 402335

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

Upvotes: 7

Related Questions