1

I've been using RubyMine and like it a lot so far.

Is there any way to only step through my project files? When I click "Step Over" or "Step Out" I'm taken into framework and library files, which I don't need to look at.

Jim Connors
  • 297
  • 4
  • 14

1 Answers1

1

RubyMine doesn't currently have this feature; here is the relevant enhancement request.

John
  • 29,546
  • 11
  • 78
  • 79
  • Thanks for letting me know...is there some workaround you guys use, with some combination of the debug fuctions, to achieve the same effect? – Jim Connors Oct 12 '11 at 12:23
  • Is this a feature or a bug? Should step over and step out take you into library files? I understand a feature preventing step into from doing that, but step over and step out? – deivid Jun 03 '13 at 07:41