Markus Barchfeld wrote:
>> Any preferences for the name of the project? "Remote Debug"? Or "Remote 
>> Debug Commons"? :)
>>   
> I think "commons" is important, so "Remote Debug Commons" or "Debugger 
> Commons" sounds good.
>> BTW is anybody actively working on FTC_ClassicDebuggerCommunicationTest? 
>> I've noticed that always when there is a new fix/commit only few test 
>> cases (currently three) are enabled. I would stabilize those test and 
>> uncomment as much of test cases as possible. I'll also uncomment 
>> "WasteReader thread" in FTC_Abstract... which, if uncommented/enabled, 
>> would currently breaks some tests. If anybody also working on this let 
>> me know.
>>   
> Please enable all. I have used the suite method during development and 
> then forgotten to comment it again.

Yup, as much as possible. Some of them fails. There seems to be some 
bugs in eclipseDebug.rb. E.g.:

test.rb
-------
require 'test2.rb'
Test2.new.print() # breakpoint -> step over (will stop at test2.rb:4)
puts 'a'

test.rb
-------
class Test2
   def print
     puts 'XX'
     puts 'XX' # breakpoint -> continue. Should finish[1]
   end
end

[1] but it does not. It will stops on test.rb:3. I'll take a look at 
such cases.

BTW on which version of debug.rb is eclipseDebug.rb built on? According to:

   http://rubyeclipse.mktec.com/cgi-bin/trac.py/ticket/225

it seems quite old. There was not merged fix in debug.rb which was five 
years old.

 
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/debug.rb.diff?r1=1.24;r2=1.25

   m.

PS: not needed to put me on the CC ;) I'm receiving emails twice then.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development

Reply via email to