Technical data

bd
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
277
bd
The
bd
command deletes a breakpoint.
Syntax
bd
<filename> <line_number>
Arguments
<filename>
Specifies the name of the source file in which the breakpoint is to be deleted. Required. The
filename must match the one used to previously set the breakpoint, including whether a full
pathname or a relative name was used.
<line_number>
Specifies the line number of the breakpoint to be deleted. Required.
Examples
bd alu.vhd 127
Deletes the breakpoint at line 127 in the source file named
alu.vhd
.
See also
bp
command (p278), and the
onbreak
command (p337)