Next: , Previous: , Up: Debugging   [Contents][Index]


5.7 Making the most of the interactive mode

You may provide more than one command on the same entry, by separating them with a semicolon. For example, it’s often desired to perform a single step and immediately afterwards to examine the CPU state. You can do this with the command

step; read-all-regs

Repetitive action is common when debugging. Fortunately, with µPad it’s not necessary to retype an entire command in order to repeat it. The familiar features found in most modern command shells also work in µPad. These are: