M. Edward (Ed) Borasky wrote: > Martin Krauskopf wrote: >> Colin Summers wrote: >>> Does anyone know of a gui ruby debugger for OS X? >> Don't know how much of them run on OSx. I know that at least NetBeans >> does ;) >> >> http://debug-commons.rubyforge.org/misc/ruby-debugging.html#gui >> >> m. >> >> >> > Does NetBeans run with the standard Ruby, or only with jRuby? > It runs with either. JRuby is set up by default, but there's a preferences pane where you can point at Ruby's binaries instead. Fast debugging (i.e. usable debugging, via ruby-debug) only works with Ruby at present (jruby-debug extension is coming soon). - Charlie