Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Rod Speed" Newsgroups: alt.folklore.computers Subject: Re: Debugging Adventure using Address Break Date: Thu, 31 Mar 2016 03:41:45 +1100 Lines: 62 Message-ID: References: <56f0f20d.1619358@nntp2.rawbw.com> <56f63b00.8472873@nntp2.rawbw.com> <56f0f20d.1619358@nntp2.rawbw.com> <56f63b00.8472873@nntp2.rawbw.com> <56f0f20d.1619358@nntp2.rawbw.com> <56f63b00.8472873@nntp2.rawbw.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 8bit X-Trace: individual.net 9hwXnCmxfuF3CmUtckgMpQuASZM0E/KkxrkcmnHMtMnfnbrro= Cancel-Lock: sha1:QHUcW6nPw5aKC+vt1LmbBuGJowc= In-Reply-To: X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 Xref: csiph.com alt.folklore.computers:161656 "jmfbahciv" wrote in message news:PM00052F446C047571@aca40b23.ipt.aol.com... > Rod Speed wrote: >> >> >> "jmfbahciv" wrote in message >> news:PM00052F3041A748FE@aca412e9.ipt.aol.com... >>> Charles Richmond wrote: >>>> "jmfbahciv" wrote in message >>>> news:PM00052F07BAB82A98@aca41172.ipt.aol.com... >>>>> Rod Speed wrote: >>>>>> >>>>>> >>>>>> "jmfbahciv" wrote in message >>>>> >>>>> >>>>> >>>>>>> Reading code and determining when it's invoked (such as setting a >>>>>>> bit >>>>>>> for >>>>>>> a score) can be complicated if it involves 3 conditions :-). IIRC, >>>>>>> the point was set when a vase was placed on a pillow in a particular >>>>>>> room. That's 3 conditions: the vase and pillow had to be acquired >>>>>>> and then the room where they were to be placed had to be found. >>>>>> >>>>>> And that can't be done with JUST SET BREAK, whatever you claim. >>>>>> >>>>> Just because you can't do it does not mean that a TOPS-10 guru >>>>> can't do it. >>>>> >>>> >>>> Nothing works in Speedo's delusional world! >>>> >>> Frankly, I don't know how people debug these days without >>> the SET WATCH FILE VERSION and SET BREAK command functionality. >> >> They don’t, particularly with SET BREAK. >> >> But that is a quite separate matter to whether it can be use ALONE >> to find the last point with Adventure. > > Now go back and reread what I originally wrote. No thanks, I have an excellent memory. > Pay attention to the word filcom and its surroundings. Doesn’t help with your original silly claim that SET BREAK ALONE can be used to find the last point with Adventure. It can't, you have to examine the code once you work out where the appropriate code is once you work out which variables are used to store the points you have achieved and where the program stores the actions you have taken like picking up a magazine etc and then see what other code references those. SET BREAK ALONE can't do any of that because it doesn’t get triggered unless the player gets that last point and by definition that is what you don’t know how to do.