From: Brian Adkins Date: 2007-04-13T23:15:06+09:00 Subject: Re: What is your favourite IDE? On Fri, 13 Apr 2007 16:28:18 +0900, Martin Krauskopf wrote: > Brian Adkins wrote: >> On Thu, 12 Apr 2007 03:54:49 -0700, ChrisKaelin wrote: >> >>> [...] >>> So what IDE do you prefer in order to code and to debug ruby? >> >> vim/gvim > > I'm just curious whether Vim supports Ruby debugging? I've googled out > just some information about "How it would be technically possible". But > not any working implementation. So is there any? > > Thanks, > m. It's strange. When I developed in Java, I used the Eclipse debugger a lot - it's really quite good. I keep thinking I'll get around to setting up a nice debugger environment for Ruby, but it just hasn't been an issue yet. It would be nice to be able to debug from within vim, but it's not as big of a need as it was with Java for some reason.