Re: [F-Script-talk] Re: embedded question
Brought to you by:
pmougin
From: Nathan S. <nat...@jp...> - 2005-05-04 21:14:12
|
I'm no expert on ObjC or F-script so I'm not sure if this would work... But how about using a category to override NSObject's retain method (or=20= maybe alloc or init) that would send a message to some sort of tracker object while also doing the work of retain (which is hopefully well understood by someone outside of Apple) sorry that I don't have anything more than a vague notion... -Nathan On May 4, 2005, at 1:37 PM, Philippe Mougin wrote: > > Le 2 mai 05 =E0 21:01, ackerman a =E9crit : > > [...] > >> i was hoping to avoid this level of manually adding code to inspect=20= >> an object. >> i want to type 'sys browse' in the FSInterpreterView and see a list=20= >> of instances of all allocated objects, preferably listed by class. >> the docs seem to show this happening, but i don't see any object=20 >> instances in my object browser. >> so i am wondering what i have to do to see my apps objects in the=20 >> browser that is embedded in my app. > > Hi, > > This feature is not available in F-Script. I would like to add it but=20= > I have no idea about how to implement it (i.e. how to get all the=20 > instances in the current application). > > Does someone know how to do it ? > > Cheers, > > Philippe Mougin |