From: David Schulberg Date: 2009-11-04T08:17:23+09:00 Subject: Re: debugging with eclipse Nix Nutz wrote: > In addition is there an good howto, to start the "remote" debugger from > a console and the necessary Protocol? Anyone got a handle on this issue? I launch debugger in Ruby eclipse. I have ruby-debug-0.10.3 and ruby-debug-base-0.10.3-x86-mswin32 gems installed. This message appears: 'ruby 1.8.6 debugger listens on port 4985' but then nothing seems to be happening - ruby thread shows as having started but the application doesn't kick off. I try to start the debugger again and again; suddenly after a very long time (5-10 minutes usually but can be much longer) the application starts. After that has happened a number of the dormant threads take off together. How do I tell if debugger is installed correctly? What is blocking execution of the debugger? These are the Eclipse plugins I have installed: com.aptana.rdt.libraries.win32_1.0.1.jar com.aptana.rdt.libraries_1.0.6.jar com.aptana.rdt.rake_1.2.0.21672.jar com.aptana.rdt.ui_1.2.0.21672.jar org.rubypeople.rdt.branding_1.2.0.21672.jar org.rubypeople.rdt.core_1.2.0.21672.jar org.rubypeople.rdt.debug.core_1.2.0.21672.jar org.rubypeople.rdt.debug.ui_1.2.0.21672.jar org.rubypeople.rdt.launching_1.2.0.21672.jar org.rubypeople.rdt.refactoring_1.2.0.21672.jar org.rubypeople.rdt.testunit_1.2.0.21672.jar org.rubypeople.rdt.ui_1.2.0.21672.jar David -- Posted via http://www.ruby-forum.com/.