Re: DDD 3.3.11 for beginners in assembly programming
[email protected] (Erik Christiansen)
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 22, 2006 at 09:19:10PM -0500, R. Bernstein wrote: > In my opinion there already are a too many of buttons that aren't used > all that much. For example "stepi" (step instruction) isn't useful in > any of the interpreted languages (Bash, Make, Perl, Python). I even > wonder how often it's used for C or C++. But "si" is needed for stepping through assembler, so that should to be the last to go, I think. (In assembler, step runs until the breakpoint.) Erik