MRI Ruby Fast Debugger with NetBeans 6.1

View: New views
3 Messages — Rating Filter:   Alert me  

MRI Ruby Fast Debugger with NetBeans 6.1

by bruparel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am running into problems with NetBeans 6.1 installation on my Windows XP machine again!  This time it is fast debugger.  I was running NetBeans build 4/11 without any problems which correctly recognized the fast debugger.  I just updated to the announced build of 6.1 and it does not recognize the fast debugger in the MRI anymore?  No changes in any gems simply an update and it fails.  NetBeans asks me to Install the fast debugger, I do it anyway and nothing happens?  Anyone else tried installing fast debugger on Windows machine with the shipping release?

Re: MRI Ruby Fast Debugger with NetBeans 6.1

by Martin Krauskopf :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

bruparel wrote:
> I am running into problems with NetBeans 6.1 installation on my Windows XP
> machine again!  This time it is fast debugger.  I was running NetBeans build
> 4/11 without any problems which correctly recognized the fast debugger.  I
> just updated to the announced build of 6.1 and it does not recognize the
> fast debugger in the MRI anymore?  No changes in any gems simply an update
> and it fails.  NetBeans asks me to Install the fast debugger, I do it anyway
> and nothing happens?  Anyone else tried installing fast debugger on Windows
> machine with the shipping release?

Very likely you are hitting this:

http://wiki.netbeans.org/RubyDebugging#section-RubyDebugging-KnownNetBeans6.1Issue

right? Pretty nasty bug. Unfortunately was discovered too late for 6.1.
Will be in the next update.
But workaround is easy (there).

Regards,
        m.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: MRI Ruby Fast Debugger with NetBeans 6.1

by bruparel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the prompt response Martin.  That was the problem.