Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!caen!uflorida!kluge!serss0.fiu.edu From: acmfiu@serss0.fiu.edu (ACMFIU) Newsgroups: comp.sys.apple2 Subject: orca/c bug Message-ID: <2664@kluge.fiu.edu> Date: 28 Feb 91 04:51:17 GMT Sender: news@kluge.fiu.edu Organization: Florida International University, Miami Lines: 24 for those of you using orca/c and prizm, the following is a bug. consider the program: void foo (void) { int a; a = 0; while (TRUE) { int b; b = 1; break; } } under prizm, you can view the variables of your program. prizm will allow you to view the variable 'a'. however, it will not allow you to view the variable 'b'. this is apparently a bug in orca/c's debug code generation. it "should" be fixed in the next release of the compiler. albert