Anyway to interfere with startup? -djb

Derek Brans brans at nerdonawire.com
Thu Mar 27 18:58:36 UTC 2003


Thank you both,

I think I caught it before it got garbage collected.  I knew enough about its contents to do a Dictionary allInstances select:[]

Derek

http://www.nerdonawire.com 
Nerd on a Wire
Media design that's anything but square
phone: 604.874.6463
mailto: brans at nerdonawire.com
  ----- Original Message ----- 
  From: Brent Vukmer 
  To: The general-purpose Squeak developers list 
  Sent: Thursday, March 27, 2003 10:45 AM
  Subject: RE: Anyway to interfere with startup? -djb


  why not just put "self halt" in the line of code just before the dictionary assignment?

  I assume you've called "Smalltalk addToStartupList:" on your class and implemented the #startUp method.
    -----Original Message-----
    From: Derek Brans [mailto:brans at nerdonawire.com]
    Sent: Thursday, March 27, 2003 1:30 PM
    To: The general-purpose Squeak developers list
    Subject: Anyway to interfere with startup? -djb


    In a saved image I have a dictionary that I clear (set to a new Dictionary) in a startup method.  I really need to be able to inspect that dictionary before it gets "newed".  Is there any way to do that (I suppose I would need to know how to interfere with startup)

    Thank you,
    Derek

    http://www.nerdonawire.com 
    Nerd on a Wire
    Media design that's anything but square
    phone: 604.874.6463
    mailto: brans at nerdonawire.com


------------------------------------------------------------------------------



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030327/2ca0c187/attachment.htm


More information about the Squeak-dev mailing list