[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dltk] Re: Using the Ruby fast debugger with an home-installed ruby-debug gem

I found 2 issues with ruby-debug at the moment:

1. the check if the ruby-debug gem is installed. Since it could be installed in different places (and your situation is one of the examples) we would provide option to disable this check for advanced users.

2. current version of ruby-debug is 0.10.1 and according to the http://rubyforge.org/frs/shownotes.php?release_id=21031 it contains some INCOMPATIBLE CHANGEs so we need to modify our code to handle that.

We will fix this issues in one of the next RCs.

regards,
Alex


Alex Panchenko wrote:
Hi Gioele,

Thanks for reporting this issue.
I have started looking on it - I think I will have exact details tomorrow.

Alex


is there a way to use the Ruby fast debugger in DLTK when the
ruby-debug{,-base,-ide} gems are installed in a non-system-wide fashion?

In my case gems are installed at ~/Applications/ruby/gems and they work
flawlessly in common scripts because I have both RUBYLIB and GEM_HOME set
to the correct directories. Somehow, when the debugger is launched by
DLTK these variables are not read/used.