Path: utzoo!utgpu!watmath!clyde!att!rutgers!mailrus!ulowell!m2c!applix!scott From: scott@applix.UUCP (Scott Evernden) Newsgroups: comp.sys.amiga.tech Subject: Re: signals, cleaning up and using sdb under Aztec C 3.6a Keywords: buggy debugger Message-ID: <864@applix.UUCP> Date: 26 Nov 88 06:05:38 GMT References: <3021@sugar.uu.net> Reply-To: scott@applix.UUCP (Scott Evernden) Organization: APPLiX Inc., Westboro MA Lines: 23 Speaking of Manx's SDB, I was highly annoyed to discover yet another SDB bug today. It appears that SDB's evaluator doesn't handle multi-dimensioned arrays properly. like try: int foo[4][4] = { {1,0,0,0}, {0,1,0,0}, {0,0,1,0}, {0,0,0,1} }; in SDB: ?p foo[0][0] int _foo = 1 ?p foo[1][1] int _foo = 0 ?p foo[1][0] int _foo = 1 So, does anyone know if there is an upgrade yet that fixes SDB's assorted problems? -scott