home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / fortran / 5122 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  644 b 

  1. Path: sparky!uunet!utcsri!torn!news.ccs.queensu.ca!qucdn!matovicm
  2. Organization: Queen's University at Kingston
  3. Date: Thu, 21 Jan 1993 23:45:29 EST
  4. From: <MATOVICM@QUCDN.QueensU.CA>
  5. Message-ID: <93021.234529MATOVICM@QUCDN.QueensU.CA>
  6. Newsgroups: comp.lang.fortran
  7. Subject: dbx headache
  8. Lines: 6
  9.  
  10. I'm fed up with dbx (SGI, IRIX 3.3.2, IRIX 4.0.1) when debugging fortran
  11. programs. Examining arrays is pain in a neck unless you deal with the
  12. size a(3,3) or similar. Is there any way to say e.g.
  13.   print a from 155 to 175 (and possibly to specify the increment).
  14. Or, is there any other UNIX (public domain) debugger that can handle
  15. arrays frinedly?
  16.