From: CSBVAX::MRGATE!info-vax-request@kl.sri.com@SMTP 18-APR-1988 22:57 To: ARISIA::EVERHART Subj: /NOTRACEBACK and Decserver 200's Received: from ucbvax.Berkeley.EDU by KL.SRI.COM with TCP; Sat 16 Apr 88 01:10:55-PDT Received: by ucbvax.Berkeley.EDU (5.59/1.28) id AA06903; Fri, 15 Apr 88 21:54:10 PDT Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-vax@kl.sri.com (info-vax@kl.sri.com) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 13 Apr 88 19:01:01 GMT From: cunyvm!unknown%psuvm.BITNET@jade.berkeley.edu.user@host.BITNET Subject: /NOTRACEBACK and Decserver 200's Message-Id: <100rrk@byuvax.bitnet> Sender: info-vax-request@kl.sri.com To: info-vax@kl.sri.com This command procedure does the opposite...It makes images linked /NOTRACEBACK into debugable images: $!----------------------------------------------------- $ patch/abs 'p1' e/word 2 e \+4 dep .+4 = \ e .-8 dep .+4 = \ dep .-4 = 7ffedf68 e 20 dep . = \ or 1 update $!----------------------------------------------- To make it do the opposite (traceback to no traceback) would be: $!----------------------------------------------- $ patch/abs 'p1' e/word 2 e \+4 dep .-4 = \ e dep .-4 = \ dep .=0 e 20 dep . = \ and 0fffffffe update $!----------------------------------------- Hope this helps. AMMON::RAY