Displaying 1 result from an estimated 1 matches for "commandprocessor".
2010 Jun 20
0
Debugging a Rails 3 app with RadRails 2?
...which
gems are active. In the file, where the error occurs, there''s a
require ''ruby-debug/processor''
and that succeeds. But possibly it loads the wrong file, i.e. not the
one from ruby-debug, but the one from ruby-debug-ide. The later does
indeed not define Debugger::CommandProcessor. (I''m using Ruby 1.8.7 and
this might matter here.)
I''ve tried my luck with the latest beta of Aptana Studio 3 as well, but
that wasn''t a pleasant experience, either.
I''m hoping someone has an idea how to get around this problem. I''m also
taking sug...