Bugs: Browse | Submit New | Admin
When I use the Ruby debugger and attempt to define a breakpoint on a non-executable line such as a blank line, it allows me to do that. The breakpoint is ignored. I would expect that (a) the debugger should instead set the breakpoint on the next executable line of code and (b) offer a message back to the user (me) to that effect.
Add A Comment:
Date: 2007-12-18 01:15 Sender: Luiz Vitor Martinez Cardoso I'm new to ruby devel! You are talking about: http://rubyforge.org/projects/ruby-debug/ ? Regards,
Date: 2007-06-14 15:36 Sender: Shyouhei Urabe We have not yet found a way to fix this for years...