br
Sets, shows or clears breakpoints.
- Syntax
br [/c] [<addr>]
- Parameters
-
<addr>
- Specifies memory location at which to set the breakpoint.
- Options
-
/c
- Clears all breakpoints. If
<addr> is
specified, /c clears only the breakpoint at that
memory location.
- Example
-
To show all breakpoints, type the following command:
br
To set a breakpoint at memory location 0x100, in hexadecimal radix,
type the following command:
br 100
To clear the breakpoint at memory location 0x100, in hexadecimal
radix, type the following command:
br/c 100
- Notes
- Breakpoints can only be set if the program is loaded using
bo. See the platform specific section for the procedure to load
the operating system and allow breakpoints.
br uses the default radix of the PDE environment, which can be
set using the radix command.
Comments or Questions?
send email to : languard (at) pix (dot) net
Last Updated: $Date: 2003/01/25 04:02:40 $