ruby on rails - RubyMine Stops in Library Source Code Files -


i'm using rubymine debug rails app working on. reason when run my app rubymine stops @ "invisible" break points inside of library source code. example, hit server.rb line 92 in railties, rack/server.rb line 190 in rack, logger.rb line 315, etc.

i using built-in debugging gems rubymine. have uninstalled byebug gem there shouldn't conflicts know regards issue.

i using ruby 2.1.2 , rails 4.2.1.

how go fixing problem hitting break points in app?

for rubymine 7.1.4 , debase 0.1.6 problem occurs. problem solved using debase 0.1.7. go rubymine gem manager update debase 0.1.7 , problem should solved.

see https://youtrack.jetbrains.com/issue/ruby-16915 jetbrains issue.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -