X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 21 Mar 2004 20:31:18 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9178-Sun21Mar2004203117+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (My.address@end.of.post) Subject: Re: Can debug be switched on and off? References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Mike C" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 21 Mar 2004 18:04:22 -0000 > > When single-stepping through the program, the "program line"s would be > single-stepped, but the "no-step program line"s would not. > With DJGPP/RHIDE, you could always position the cursor on the first program > line after the #pragma trace + and press F4, which would have the same > effect, but I found this feature really useful. Can you explain why is this useful even though you can use F4? When I use GDB, the command "until +5" will run the program until it gets to 5 lines from the current line. That sounds like an equivalent to what you were used to, but since you say F4 is not good enough, I'm not sure what else you want.