Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucsd!rutgers!mit-eddie!uw-beaver!zephyr.ens.tek.com!tektronix!reed!bowman From: bowman@reed.UUCP (Eric Bowman) Newsgroups: comp.sys.mac.programmer Subject: Re: Debugging MPW tools. Keywords: Sade, debugging, tools Message-ID: <14259@reed.UUCP> Date: 24 Feb 90 23:48:18 GMT References: <21208@watdragon.waterloo.edu> Reply-To: bowman@reed.UUCP (Eric Bowman) Distribution: na Organization: Reed College, Portland OR Lines: 20 There are instructions for debugging an MPW Tool in "Sade New User Worksheet". This these are: ############################################################################### # to debug an MPW tool: # NOTE: Be sure to specify the file type and creator when you Link an # MPW tool; i. e. -T 'MPST' -c 'MPS ' # then, from the MPW Shell, use the SADEKey to enter SADE sourcepath 'directory containing tool sources here' directory 'where MPW is' target 'mpw shell' using '.SYM' break main.(0) # or some more meaningful statement go # then, in MPW, run your tool bObO "I ain't often right, but I ain't never been wrong" bowman@reed.{bitnet, UUCP}