[Rails] Re: breakpoint not working
Florian Groß
florgro at gmail.com
Sat Jan 29 13:39:26 GMT 2005
Robert Williams wrote:
> I'm dispatching using CGI on Apache 1.3 & the breakpoint server port
> is 42531. They did work on 0.9.4.1.
I wonder if binding to localhost might be related to this. Could you
perhaps try running
> ruby -r breakpoint -e "Breakpoint.activate_drb('druby://:42531', nil); breakpoint"
instead of your web application (it might be necessary to cd to the
directory containing breakpoint.rb first) and then try running the
breakpointer regularly and with druby://127.0.0.1:42531 as its argument
in case that does not work?
More information about the Rails
mailing list