Mail Archives: djgpp/2004/03/21/13:35:02
> From: "Mike C" <My DOT address AT end DOT of DOT post>
> 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.
- Raw text -