home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / misc / 797 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  954 b 

  1. Xref: sparky vmsnet.misc:797 vmsnet.internals:1284
  2. Path: sparky!uunet!mitech!gjc
  3. From: gjc@mitech.com (George J. Carrette)
  4. Newsgroups: vmsnet.misc,vmsnet.internals
  5. Subject: Re: Analyzing a process dump
  6. Message-ID: <2612@mitech.com>
  7. Date: 4 Sep 92 15:28:18 GMT
  8. References: <lac6ibINN7h8@news.bbn.com>
  9. Distribution: na
  10. Organization: Mitech Corporation, Concord MA
  11. Lines: 16
  12.  
  13. In article <lac6ibINN7h8@news.bbn.com>, mjensen@BBN.COM (Martin Jensen) writes:
  14. >     If  I  link  with  /debug,  I get the debugger linked in.  I've tried ...
  15.  
  16. This should be a FAQ item. Maybe it is already.
  17.  
  18. The trick people use is to LINK/DEBUG and then use a command
  19. procedure that calls VMS PATCH to change the image back to thinking
  20. it was LINK/NODEBUG.
  21.  
  22. That way you get all the symbols in the image without having it start
  23. up in the debugger.
  24.  
  25. You can get a SETDEBUG.C or NSETDEBUG.COM, or other various of that
  26. from various places. Probably VMSNET.SOURCES archives.
  27.  
  28. -gjc
  29.