home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / internal / 1126 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  811 b 

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!sdd.hp.com!nigel.msen.com!emory!sol.ctr.columbia.edu!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!macro32
  2. From: MILLER@TGV.COM
  3. Newsgroups: vmsnet.internals
  4. Subject: Re: How can I determine if running under debugger?
  5. Message-ID: <712377697.93754.MILLER@TGV.COM>
  6. Date: 29 Jul 92 02:41:37 GMT
  7. Organization: Macro32<==>Vmsnet.Internals Gateway
  8. Lines: 13
  9. X-Gateway-Source-Info: Mailing List
  10.  
  11.  
  12. >The debugger modifies certain entries in the system service dispatch table.
  13. >The slot for sys$exit is changed from something like
  14.  
  15. [...]
  16.  
  17. Ahem.  The debugger is not the only application that modifies the System
  18. Service.
  19.  
  20. I wrote a system service monitor that replaces the system services.
  21. Maybe you could check for that lock that the debugger uses...
  22.  
  23. -bruce
  24.