How to Debug

Hello

i am facing problem in Debugging in aptana studio. plz help me in
debugging
the code…And tell me Which is best IDE for Ror development. I m New to
Ror

Am 12.07.2012 08:49 schrieb “Aliaksei Sinkevich” [email protected]:

Try out RubyMine (RubyMine: The Ruby on Rails IDE by JetBrains)

It will automatically download libs for debugging and also it’s a very
smart IDE

Can you also suggest a free one? About 80 (VAT included) is a bit much
for someone who is learning.


You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/0NdENV1I9-0J.

To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en-US.

On 10 July 2012 12:40, Amardeep S. [email protected] wrote:

Hello

i am facing problem in Debugging in aptana studio. plz help me in debugging
the code…And tell me Which is best IDE for Ror development. I m New to Ror

I believe that most RoR developers don’t use an IDE. Just use a
decent editor with syntax highlighting and do the rest in the
terminal.

Colin

Try out RubyMine (RubyMine: The Ruby on Rails IDE by JetBrains)

It will automatically download libs for debugging and also it’s a very
smart IDE

I would recomend using pry, pry-nav and pry-stack_explorer gems and
debug
using the terminal

Rails has debugging tools built in, as a beginner I suggest starting
with
the inbuilt helpers, check out

Checkout the rails guides and rails cast links above.

Plus one for RubyMine, i think they allow free download for students and
open source projects just in case if you fall in any of those
categories.
Terminal is fine and as somebody pointed out many ruby developers don’t
use
an IDE but for beginners i think a good IDE is a big help. RubyMine
really
made my life easy and coding fun when i had first started developing in
ruby.