From: Luis Lavena Date: 2010-10-24T23:55:12+09:00 Subject: Re: Can't Debug in Ruby On Oct 23, 7:29 pm, Grant Curell wrote: > That didn't work for me. Apparently there is some sort of bug with one > 1.9.2 that won't allow for the native extensions to be built. I had to > follow these instructions to get it working. > > http://www.eclipse.org/forums/index.php?t=msg&th=198162&unread=1&S=6d... > Ehem, but that is what I said to you: install everything from the console, not from Eclipse. Install the DevKit and everything. Anyhow, these instructions are for Ruby 1.8.7, note the use of ruby- debug and not ruby-debug19: https://rubygems.org/gems/ruby-debug19 You *need* a debug compatible with Ruby 1.9 since you're using Ruby 1.9.2 It will also need a internet connection and a proper installation of RubyInstaller DevKit, so the same instructions apply. -- Luis Lavena