home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / explorer / 473 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.1 KB

  1. Path: sparky!uunet!olivea!sgigate!odin!homebrew.asd.sgi.com!foulser
  2. From: foulser@homebrew.asd.sgi.com (David Foulser)
  3. Newsgroups: comp.graphics.explorer
  4. Subject: Re: debugging in module builder
  5. Message-ID: <1993Jan22.020831.7222@odin.corp.sgi.com>
  6. Date: 22 Jan 93 02:08:31 GMT
  7. References: <1993Jan21.205947.18732@alw.nih.gov>
  8. Sender: news@odin.corp.sgi.com (Net News)
  9. Reply-To: foulser@homebrew.asd.sgi.com (David Foulser)
  10. Organization: sgi
  11. Lines: 21
  12. Nntp-Posting-Host: homebrew.asd.sgi.com
  13.  
  14. I assume you mean debugging an Explorer module you built with mbuilder.
  15. You can use dbx, just say 
  16.     dbx -P <moduleName>
  17. for instance
  18.     dbx -P GenerateColormap
  19.  
  20. (of course, our modules are stripped, so debugging them won't helpmuch).
  21.  
  22. You could also use cvd, the WorkShop debugger.
  23.  
  24. You can make sure your modules are compiled -g by setting the environment
  25. variable DEBUG to something non-null, like 1.
  26.  
  27. Dave
  28.  
  29. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  30. David Foulser                    foulser@sgi.com 
  31. MS 1L-545
  32. Silicon Graphics, Inc               415/390-5338 
  33. 2011 N. Shoreline Blvd.             415/390-6056 FAX
  34. Mountain View, CA 94039-7311             
  35.