2

Is there a ruby visual debugger that i can run from the linux terminal? And if so, how do i run it?

2
  • visual? command line? I don't think those two keywords go well together. Are you looking for a command line debugger or some kind of integrated environment with a graphical interface (IDE)? Maybe you just need IRB, you need to be a bit more specific. Commented Sep 6, 2011 at 15:42
  • i can run applications from the command line, like with perl i can run "perl -dptkdb somescript.pl", from the terminal and then i get ptkdb.sourceforge.net/images/ptkdb-win-example1.png Commented Sep 6, 2011 at 15:56

1 Answer 1

2

There are several graphical debuggers available for Ruby, e.g Mr. Guid, rudebug or the RubyMine IDE, the latter of which does not seem to quite fit your use case. ruby -r debug [script] runs on the command line but is also quite usable.

Sign up to request clarification or add additional context in comments.

2 Comments

mr guid it is, its not the best but it works. rudebug i had trouble installing.
had to run 'sudo apt-get install fantasdic' for mr guid though.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.