home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / fortran / 4234 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.8 KB  |  75 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!alf.uib.no!dsfys1.fi.uib.no!iversen
  3. From: iversen@dsfys1.fi.uib.no (Per Steinar Iversen)
  4. Subject: Re: ebugger for fortran 
  5. Message-ID: <1992Nov7.095819.20337@alf.uib.no>
  6. Keywords: Debugger
  7. Lines: 60
  8. Sender: iversen@vsfys1.fi.uib.no (Per Steinar Iversen)
  9. Reply-To: iversen@vsfys1.fi.uib.no
  10. Organization: Department of Physics, University of Bergen, Norway
  11. References:  <1992Nov6.174546.401@ugle.unit.no>
  12. Date: Sat, 7 Nov 92 09:58:19 GMT
  13. Lines: 60
  14.  
  15.  
  16. In article <1992Nov6.174546.401@ugle.unit.no>, hholm@Mari.Unit.NO (H}vard Holm) writes:
  17.  
  18. >Hi
  19. >  I have some DEC5120 running Ultrix4.2. 
  20. >  I'm in need of a debugger which is easy to use. Unexperienced
  21. >students is going to use it. Does anyone have anyone have such 
  22. >a debugger, or know where I can get it ?
  23. >
  24. >Thanks for any help
  25. >
  26. >Haavard Holm
  27.  
  28. Why not the DECset V11 debugger, dsdbx? It is a rather nice interface on top
  29. of dbx. Here is part of the man-page:
  30.  
  31.                                                                      dsdbx(1)
  32.  
  33.    Name
  34.      dsdbx - Source level debugger with DECwindows Motif user interface
  35.  
  36.    Syntax
  37.      dsdbx [-I directory] [-c file] [-i] [-r] [-pixie] [program [core]]
  38.  
  39.    Description
  40.      The dsdbx command starts the DECset dbx debugger. After you start the
  41.      debugger, you interact with its DECwindows interface by choosing items
  42.      from menus, clicking on push buttons, and so on to perform various
  43.      tasks. For example:
  44.  
  45.      . Display your program's source code, identifying where execution is
  46.        currently paused
  47.  
  48.      . Browse through the source code to locate points of interest where you
  49.        might test for certain conditions
  50.  
  51.      . Set breakpoint     
  52.  
  53.      . Execute your program, including stepping one source line at a time and
  54.        restarting from the beginning of the program
  55.  
  56.      . Display the current value of a program variable
  57.  
  58.      . Monitor changes in variables during program execution
  59.  
  60.      . Change the value of a variable and, in some cases, test the modifica-
  61.        tion without having to edit the source code and recompiles to suspend program execution at such points
  62.  
  63.  
  64.  
  65. -psi
  66.  
  67. +------------------------------------------------------------------------------+
  68. ! Per Steinar Iversen    ! Internet:     iversen@vsfys1.fi.uib.no              !
  69. ! Fysisk Institutt       ! BITnet:       iversen@cernvm.bitnet                 !
  70. ! Universitetet i Bergen ! HEPnet:       VSFYS::IVERSEN (VSFYS=21.341=21845)   !
  71. ! Allegaten 55           ! Phone:       +47 5212770                            !
  72. ! N-5007 Bergen          ! Fax:         +47 5318334                            !
  73. ! NORWAY                 !                                                     !
  74. +------------------------------------------------------------------------------+
  75.