home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!mailgzrz.TU-Berlin.DE!news
- From: carsten@pizza.fb10.tu-berlin.de (Carsten Schultz)
- Newsgroups: comp.sys.next.programmer
- Subject: problem with gdb (another one)
- Date: 11 Nov 1992 15:26:28 GMT
- Organization: ZRZ/TU-Berlin
- Lines: 18
- Distribution: world
- Message-ID: <1dr8n4INNbt1@mailgzrz.TU-Berlin.DE>
- Reply-To: carsten@pizza.fb10.tu-berlin.de (Carsten Schultz)
- NNTP-Posting-Host: pizza.fb10.tu-berlin.de
-
- Hi,
-
- I have this declaration in my program
-
- @interface Maze:Object
- {
- int rows, cols, players;
- id squares[MAXCOLS][MAXROWS];
- id faces[MAXPLAYERS];
- }
- ..
- @end
-
- Every time, I try to look at an instance of this in the newly integrated
- debugger (clicking self in the browser) gdb gives an error message and the
- debug part of Edit somewhat hangs.
-
- Carsten
-