[squeak-dev] [Question] How do I use the OmniBrowser?

Avi Bryant avi at dabbledb.com
Tue Sep 30 18:43:55 UTC 2008


On Tue, Sep 30, 2008 at 11:37 AM, David Röthlisberger
<squeak at webcitas.ch> wrote:
>
>> Ditto.  #br is a horrible selector, we're not suffering from a shortage of
>> vowels, #br stands for break, the selector should be #break just as "a"
>> means anchor.
>
> yeah, but there's no #a method implemented in Object that has a particular
> meaning as #break has, right?

Is Object>>break mentioned anywhere in Squeak documentation? I never
knew about it until now.  It also has no senders (for somewhat obvious
reasons), so there would be no problem changing it to something else
like #breakpoint.

Even without that, though, I don't think there's a real issue here.
If you're inside canvas code and want a breakpoint, use some other
receiver - the comment in the #break method itself uses "nil break" as
an example.

Avi



More information about the Squeak-dev mailing list