I''m running Rails 0.13 on WinXP, making my way through the Agile Rails book. I''m trying to use the breakpoint feature to debug something, but I can''t seem to get it to work. When I run the breakpointer service I get: C:\railsproj\depot> ruby script/breakpointer No connection to breakpoint service at druby://localhost:42531 (DRb::DRbConnError) Tries to connect will be made every 2 seconds... To make matters worse, it seems to hang my WEBrick process something fierce - I need to kill the Command Prompt window to drop and restart WEBrick. Q: Do I need to change the arguments to the breakpointer? Q: Do I need to be doing this in the test environment instead of the development environment? I''d be grateful for any help. Thanks in advance. Regards, John Feltz