home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19415 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.0 KB  |  53 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!keinstr!chaplin
  3. From: chaplin@keinstr.uucp (Roger Chaplin)
  4. Subject: Re: Looking for a debugger
  5. Message-ID: <1993Jan8.133034.2210@keinstr.uucp>
  6. Organization: Keithley Instruments, Cleveland, Ohio
  7. X-Newsreader: TIN [version 1.1 PL8]
  8. References: <MASROOR.92Dec27120816@human.ai.kyushu-u.ac.jp>
  9. Date: Fri, 8 Jan 1993 13:30:34 GMT
  10. Lines: 41
  11.  
  12. Muhammad Masroor Ali (masroor@human.ai.kyushu-u.ac.jp) wrote:
  13. : Hello all,
  14.  
  15. : I am looking for a source level debugger for the C programs.
  16. : Right now I can use dbx or dbxtool, but the later needs an
  17. : open window environment, and the former is not that convenient
  18. : to use.
  19.  
  20. : Could anybody please let me know about a x window based
  21. : source level debugger with convenient user interface (like
  22. : dbxtool)?
  23.  
  24. Look for ups.  It built with no problem and runs just fine on my
  25. Sparcstation (SunOS 4.1.3).
  26.  
  27. Here's the first bit of the man page:
  28.  
  29. ----------------------------- begin included text -----------------------------
  30. UPS(1)                   USER COMMANDS                     UPS(1)
  31.  
  32. NAME
  33.      ups - X11 and SunView based source level C debugger
  34.  
  35. SYNOPSIS
  36.      ups target [corefile|pid] [[:]srcdir[:srcdir]]  [-a  target-
  37.      args]
  38.  
  39. DESCRIPTION
  40.      Ups is a graphical source level debugger for the C  program-
  41.      ming  language running under the X11 and SunView window sys-
  42.      tems.  It supports both run time debugging with  breakpoints
  43.      and post-mortem debugging from a core file.  On Suns you can
  44.      attach ups to a running process.  Ups runs in its  own  win-
  45.      dow,  thus  not  interfering  with the target program's I/O.
  46. ------------------------------ end included text ------------------------------
  47.  
  48. -- 
  49. Roger Chaplin / Instruments Division Engineering / "Though I'd been lost now I
  50. chaplin@keinstr.uucp / CI$: 76307,3506          / felt I was found when He
  51. #include <disclaimer.h>                        / looked at me with His
  52. #include "disclaimer.h" /* cover all bases */ / forgiving eyes." - Michael Card
  53.