Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!csd4.milw.wisc.edu!lll-winken!csustan!koko!jadiel From: jadiel@CSUStan.EDU (Jose Juan DeLeon) Newsgroups: comp.sys.amiga.tech Subject: Re: Ooops, forgot one thing in my Lattice review Summary: CPR has heart attacks Message-ID: <1090@koko.CSUStan.EDU> Date: 4 Jul 89 21:34:09 GMT References: <8906300628.AA13272@postgres.Berkeley.EDU> Reply-To: jadiel@koko.UUCP (Jose Juan DeLeon) Organization: Calif. State Univ., Stanislaus, Turlock, Ca Lines: 25 In article <8906300628.AA13272@postgres.Berkeley.EDU> dillon@POSTGRES.BERKELEY.EDU (Matt Dillon) writes: > > Lattice V 5.02 also has 'cpr' ... 'CodePRobe', a debugger. > > I have yet to use it so I can't compare it to Manx's SDB. . . . I tried 'cpr' 5 times. Twice on plain old vanilla code that would work with almost any compiler with none or a little code modification -- GURU. I thought that maybe I wasn't using 'CodePRobe' correctly. I tried out the tutorial in the manual 3 times -- More GURU's!??. It loads up just fine, I can even step over a few lines of code, but when it gets to some magic number (not always the same) it decides to die. I have 1 megabyte system, I don't think thats a problem, I hope. It even chokes on this: #include void main () { printf("Hello world\n") ; } Jose