Previous Next

MDB Reference : List of Commands : Running Commands

Running Commands
To display information about the running commands available in MDB, type help running. Table 2-5 provides additional information for these commands.
Table: Running Commands
Continue
Resumes program being debugged, after breakpoint.
Command format: Continue
Halt
Stops the debugged program.
Command format: Halt
Next
Step program, proceeding through subroutine calls. Like the “step” command as long as subroutine calls do not happen; when they do, the call is treated as one instruction.
Command format: Next
Run
Start the debugged program.
Command format: Run
Step
Step program until it reaches a different source line. The step command only enters a function if there is a line number information for the function.
Command format: Step

Previous Next Microchip Support
Help Updated: 2014-08-12 12:16:05Z
Help Page: 19