R. Cheung wrote: >Hi, > >I'm new to Ruby. I'd like to debug my wxruby applications (in Windows >XP). What's the best way to do this? I tried putting in 'print' >statements and hoping to get some output on the command window. I >invoke the ruby application by typing 'rubyw ttc.rbw' in the command >window, which of course, does not work. I also tried 'ruby ttc.rbw' >but I get: > > app.rbw:3:in `require': No such file to load -- wxruby (LoadError) > from app.rbw:3 > >I'd very much appreciate some hints. > > > Do you have wxruby installed? You can download the latest windows installer from here: http://rubyforge.org/frs/?group_id=35 HTH, Zach