[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby Editor, clickable stacktrace in console.

Alexey Petrushin

3/13/2009 10:14:00 AM

I've surrender to use Ruby IDE (they all are too alpha, no matter wich
version it is).

Ruby Console debugger is good ennought. But there is one thing i can't
live without - clickable stacktrace.

I'm using Kate/GEdit/KDevelop and running program in Linux Console. But
there is one problem - there is no clickable stacktrace!
Is there any way to do this - click on console error stacktrace and go
to File and Line in Editor?

P.S.
I'm considering to switch to Apple, but it seems that TextMate also
doesn't has this feature (clickable stacktrace) or it does has?
--
Posted via http://www.ruby-....

3 Answers

Huw Collingbourne

3/13/2009 10:23:00 AM

0

Ruby in Steel has callstack navigation:

http://www.sapphiresteel.com/Debugging-Ruby-with...

best wishes
Huw
--
Posted via http://www.ruby-....

Nobuyoshi Nakada

3/14/2009 9:00:00 PM

0

Hi,

At Fri, 13 Mar 2009 19:13:50 +0900,
Alexey Petrushin wrote in [ruby-talk:331058]:
> Is there any way to do this - click on console error stacktrace and go
> to File and Line in Editor?

inf-ruby.el

--
Nobu Nakada

Ryan Davis

3/14/2009 10:32:00 PM

0


On Mar 13, 2009, at 03:13 , Alexey Petrushin wrote:

> I've surrender to use Ruby IDE (they all are too alpha, no matter wich
> version it is).
>
> Ruby Console debugger is good ennought. But there is one thing i can't
> live without - clickable stacktrace.

autotest.el on emacs has clickable backtraces. It is fairly trivial to
do for regular shell/comint as well (steal it from autotest.el since
that is really what it is doing).