[Rails] Re: breakpoint not working

Florian Groß florgro at gmail.com
Fri Jan 28 23:04:05 GMT 2005


Robert Williams wrote:

> I keep getting:
> 
> No connection to breakpoint service at druby://localhost:42531
> (DRb::DRbConnError)
> Tries to connect will be made every 3 seconds...
> 
> This happens every time i run ./script/breakpointer using 0.9.5 on OSX
> or Windows.
> 
> Any ideas?

This sounds a lot like it might be related to a firewall or a 
reconfigured port. Can you have a look at your 
config/environments/development.rb file? What is BREAKPOINT_SERVER_PORT 
set to? Have you successfully used Breakpoints in older Rails versions?

You might also want to run the Breakpointer as ruby -d 
script/breakpointer which will enable debug mode and the outputting of a 
complete exception backtrace which might help in tracking this down.

Thanks in advance for the help.



More information about the Rails mailing list