Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!oliveb!pyramid!voder!apple!dan From: dan@Apple.COM (Dan Allen) Newsgroups: comp.sys.mac.programmer Subject: Re: Static Semantic Checking? Keywords: C, Static Semantic Checking, lint Message-ID: <11162@apple.Apple.Com> Date: 27 May 88 23:58:10 GMT References: <2532@mit-amt.MEDIA.MIT.EDU> Reply-To: dan@apple.UUCP (Dan Allen) Organization: Apple Computer Inc, Cupertino, CA Lines: 26 There is no lint available for MPW yet, to my knowledge. As for your data init bug, what I would do is use MacsBug in the following manner. Start up without MultiFinder. Do an AB on Launch. Double click on your app. When you go into MacsBug you are not far from your code. SB 12D 1 which will then set an interesting ROM Debugger break right before the first line of your code (or your compiler's _RTINIT code). Trace twice after you have gone and you will be at your code. Tracing from there on will show you what's going on... SUMMARY: AB Launch G Double click on app You will then be placed in MacsBug SB 12D 1 G You will again enter MacsBug T T Now you are at the first step of your code. Dan Allen Software Explorer Apple Computer