>
>
> 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