2015-11-28 8:03 GMT-03:00 Marcus Denker <marcus.denker@inria.fr>:
>
>
> 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.


Thanks, that would be a useful addition to easily locate breakpoints.
��
>
> 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?


Finally I found how to reproduce it, if you open a Nautilus browser, set a breakpoint in a method, then left-click another method focus is lost and code pane seems to double-refresh to finally display the class definition.

But this happens also if you right-click a method to display menu, do nothing, then click another method. So it's a Nautilus problem. If nobody reported it before I will open a case tomorrow.

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

Cheers,

Hern��n