Brian Candler wrote: > n: foo(bar) # comment > nextline > > becomes: > > label(:n) { foo(bar) # comment > }; nextline > > How would that be? YES! it seems to work perfectly... the ; doesn't alter the line counting for the debugger. In fact, I tried this solution this morning without the semicolon... but yep, it's logical with semicolon now! Thanks very much Brian, this is helping me a lot. -- Posted via http://www.ruby-forum.com/.