Path: utzoo!attcan!uunet!know!samsung!cs.utexas.edu!rutgers!cunixf.cc.columbia.edu!cunixd.cc.columbia.edu!jtt From: jtt@cunixd.cc.columbia.edu (James T. Tanis) Newsgroups: comp.sys.mac.programmer Subject: Think C / TMON question Summary: How to recognize TCL objects? Keywords: TCL, Think, TMON, Symbols, DogCow Message-ID: <1990Oct4.165403.19845@cunixf.cc.columbia.edu> Date: 4 Oct 90 16:54:03 GMT Sender: news@cunixf.cc.columbia.edu (The Daily News) Organization: Columbia University Lines: 15 I've just started using TMON with Think C, and must say I am impressed. One thing irks me, however. TMON does not identify the name of methods, only of standard functions. Also, I would like tmon to tag heap objects that are, well, objects (class instances) in addition to the ones it does now (windows, resources, etc.) How does one write user area functions to recognize such things? I would like to write in C, but assembly is ok, I guess. Even better, has anyone already done this??? thanks! -JT