[squeak-dev] Everyone's talking about debuggers these days

Colin Putney colin at wiresong.com
Fri Jan 25 22:15:48 UTC 2013


On Fri, Jan 25, 2013 at 1:55 PM, Frank Shearar <frank.shearar at gmail.com>wrote:

> By "stub out stuff" do you mean "write a stub test case with self
> assert: false"? *raises hand*
>
> Annoyingly, defining a #subclassResponsibility method destroys my
> flow: the debugger won't, obviously, prompt you for that "create
> method" button I love so much. (Hm, could one restore that with a
> SubclassResponsibilityException that the debugger can catch?)


Yeah, I got hit by that one just this morning. It should work like
#shouldBeImplemented, but create the method on the class of the receiver,
instead of the class where the method is defined.

Colin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130125/ca4192df/attachment.htm


More information about the Squeak-dev mailing list