<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-size: 13px;color: #000000;font-family: arial,sans-serif;"><P>Hi Casey,<BR><BR>The target is Browser, which does not override the method.<BR>The hierarchy is: ProtoObject, Object, Model, StringHolder (has the method), CodeHolder, Browser, et seq.</P>
<P>&nbsp;</P>
<P>I put the halt in StringHolder&gt;&gt;perform:orSendTo: and that didn't bring up the debugger.</P>
<P>&nbsp;</P>
<P>There are 13 implementers of perform:orSendTo: and I can put a halt in each one in order to start the research, but I don't understand why the hierarchy seems to be bypassed.</P>
<P>&nbsp;</P>
<P>- Dan<BR>&gt;Date: Tue, 25 Nov 2014 21:43:57 -0800<BR>&gt;From: Casey Ransberger <CASEY.OBRIEN.R@GMAIL.COM><BR>&gt;Subject: Re: [Newbies] accept (s)<BR>&gt;To: "dnorton@mindspring.com" <DNORTON@MINDSPRING.COM>, "A friendly<BR>&gt; place to get answers to even the most basic questions about Squeak."<BR>&gt; <BEGINNERS@LISTS.SQUEAKFOUNDATION.ORG><BR>&gt;Message-ID: &lt;3B1C3417-8C08-4CB9-844B-E6D28A51C0F1@gmail.com&gt;<BR>&gt;Content-Type: text/plain; charset="us-ascii"<BR>&gt;<BR>&gt;Hi Dan,<BR>&gt;<BR>&gt;That doesn't sound quite right. <BR>&gt;<BR>&gt;#perform:orSendTo: is probably overridden in Browser, but... have you looked to see if there's an implementation of it on Object or maybe ProtoObject or something like that?<BR>&gt;<BR>&gt;I'm pretty sure that #perform: and cousins are usually general. <BR>&gt;<BR>&gt;Not sure (on a cellphone) without looking at an actual running system, but try looking up the inheritance chain for another implementation of the same selector. That might help. <BR>&gt;<BR>&gt;Let me know either way, when I get back to a real computer I'll look into it for you if you don't get it figured out by then. <BR>&gt;<BR>&gt;Good hunting!<BR>&gt;<BR>&gt;Casey<BR>&gt;<BR>&gt;&gt; On Nov 25, 2014, at 5:30 PM, <DNORTON@MINDSPRING.COM>wrote:<BR>&gt;&gt; <BR>&gt;&gt; An inspector for the menu item "accept (s)" reveals a selector of "#perform:orSendTo:" which is implemented in Browser.<BR>&gt;&gt; <BR>&gt;&gt; I want to follow the code and I put a halt in "#perform:orSendTo:" but the debugger never opened. What gives?<BR>&gt;&gt; <BR>&gt;&gt; <BR>&gt;&gt; <BR>&gt;&gt; - Dan<BR>&gt;&gt; <BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; Beginners mailing list<BR>&gt;&gt; Beginners@lists.squeakfoundation.org<BR>&gt;&gt; http://lists.squeakfoundation.org/mailman/listinfo/beginners<BR></P></div></body></html>