From: Rocky Bernstein Date: 2012-12-28T19:10:10+09:00 Subject: Re: Ruby-debug and Windows 7 ruby-debug on Windows and 1.9.x is a problem many people have. If you want strictly ruby-debug for Ruby 1.9.x the package you are looking for is ruby-debug19, not ruby-debug. I have rewritten ruby-debug for Ruby 1.9 and called it trepanning. See http://github.com/rocky/trepanning. However it requires a patched version of Ruby to run because the run-time support for good debugging got removed between 1.8 and 1.9. ruby-debug19 tries to workaround the lack of support whereas in trepanning, I try to address this head-on by adding the support in the Ruby runtime. I have been able to get all of this working on cygwin without too much trouble, and would be amenable to trying to provide prebuild "oneclick" executables for native Windows7 (see https://github.com/oneclick/rubyinstaller/). So perhaps if someone is willing to help, that my be a possibility in the future. But currently I have not been able to build Ruby 1.9.3 with the oneclick installer even without my patches. -- Posted via http://www.ruby-forum.com/.