home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / question / 10743 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  1.1 KB

  1. Path: sparky!uunet!ogicse!news.u.washington.edu!uw-beaver!simonson
  2. From: simonson@cs.washington.edu (Kevin Simonson)
  3. Newsgroups: comp.unix.questions
  4. Subject: Unix Script Debugger
  5. Summary: Does one exist?
  6. Keywords: unix script debug
  7. Message-ID: <1992Sep4.201604.717@beaver.cs.washington.edu>
  8. Date: 4 Sep 92 20:16:04 GMT
  9. Article-I.D.: beaver.1992Sep4.201604.717
  10. Sender: news@beaver.cs.washington.edu (USENET News System)
  11. Organization: Computer Science & Engineering, U. of Washington, Seattle
  12. Lines: 12
  13.  
  14.  
  15.      I've been writing Unix scripts for a little bit now.  Whenever I have
  16. trouble with one I always end up inserting a bunch of "echo" statements
  17. into it to try to figure out what's wrong with it, and this has always
  18. solved the problem for me eventually.
  19.  
  20.      My question is whether I'm wasting time with this farely brute force
  21. method.  Does anyone know of a Unix script debugger to solve the problem
  22. without editing the script?  Or even an automated editor that inserts
  23. "echo" statements?  Any information on this would be helpful.
  24.  
  25.                                      ---Kevin Simonson
  26.