home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7148 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  880 b 

  1. 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
  2. From: carsten@pizza.fb10.tu-berlin.de (Carsten Schultz)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: problem with gdb (another one)
  5. Date: 11 Nov 1992 15:26:28 GMT
  6. Organization: ZRZ/TU-Berlin
  7. Lines: 18
  8. Distribution: world
  9. Message-ID: <1dr8n4INNbt1@mailgzrz.TU-Berlin.DE>
  10. Reply-To: carsten@pizza.fb10.tu-berlin.de (Carsten Schultz)
  11. NNTP-Posting-Host: pizza.fb10.tu-berlin.de
  12.  
  13. Hi,
  14.  
  15. I have this declaration in my program
  16.  
  17. @interface Maze:Object
  18. {
  19.     int    rows, cols, players;
  20.     id    squares[MAXCOLS][MAXROWS];
  21.     id    faces[MAXPLAYERS];
  22. }
  23. ..
  24. @end
  25.  
  26. Every time, I try to look at an instance of this in the newly integrated  
  27. debugger (clicking self in the browser) gdb gives an error message and the  
  28. debug part of Edit somewhat hangs.
  29.  
  30. Carsten
  31.