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?
cheers -ben On Sat, Nov 28, 2015 at 7:03 PM, Marcus Denker <marcus.den...@inria.fr> wrote: >> >> >> Is there a way to query all breakpoints like a query of senders of #halt? > > you can search for the senders of #break. > > But as class Breakpoint has a list of all active breakpoints, we add a > browseAll method there > easily. > >> >> Any reason for Whatchpoints doesn't work with expressions in the Playground? >> > The Playground does not yet support suggestions. This should be fixed. > >> Breakpoints seems to work fine (apart from some problem setting up from the >> menu method in Nautilus), > If you find a repeatable case for that , can you add an issue on the tracker? > >> but a problem you could be aware is setting a break once in >> InputEventFetcher>>signalEvent: , and then moving the mouse, the image hangs. >> > Thanks, we will investigate. The “once” breakpoint triggers a recompile > before opening the debugger. > but of course the devil is in the details… we will check to see what exactly > is happening here. > > Marcus