From: Ken Hilton Date: 2004-05-12T00:53:53+09:00 Subject: Break points IN ruby code? I've been having trouble setting break points in certain ruby constructs when debugging. Is there a way in Ruby to cause program being run -rdebug to manually issue a break so as to return control to the debugger at the point I need it? (If not, I think this would be a great feature for a future release of Ruby, IMHO.) Thanks! Ken.