Nov. 30, 2015
2:33 p.m.
On 30 Nov 2015, at 11:23, Ben Coman <btc@openinworld.com> wrote:
When doing [Add break once] on RubTextEditor>>selectWord, then double-clicking on any word in the Nautilus code pane, the debugger that pops up shows all temporary variables are nil, which seems wrong. Can someone confirm this behaviour?
A break once added to a method means that it stops at the start of the method, before any temps are assigned. What seems to be wrong is the highlight⦠we need to put some more effort into making sure that highlighting is correct. Marcus