Small Ruby IDE (Debugging)

  • Thread starter Jorge Domenico Bucaran Romano
  • Start date
J

Jorge Domenico Bucaran Romano

Hi,

As a project of mine I want to build a very simple and small IDE for
Ruby. It will contain basically 4 key things I need and like:

@Project organizing
@Code completion
@Syntax highlighting
@Debugging

All but the last one is giving me trouble, I have no idea of how this
can be done, I think the Ruby interpreter has some debugging
capabilities and I think I will be relying on it for my purposes, but I
don't know how or where to start.

Please help me first in how to debug a Ruby application, then how could
I use this to build a debugger that talks to the interpreter.

Regards, Jorge
 
B

Bira

Please help me first in how to debug a Ruby application, then how could
I use this to build a debugger that talks to the interpreter.

I've seen a graphical debugger for Ruby named "rudebug". I believe you
can install it as a gem, and it should give you some inspiration.
 
J

Jorge Domenico Bucaran Romano

Bira said:
I've seen a graphical debugger for Ruby named "rudebug". I believe you
can install it as a gem, and it should give you some inspiration.

I will check that out, but still, how do I debug in Ruby? How does it
work?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,150
Latest member
MakersCBDReviews
Top