Technical data
bd
ModelSim EE/SE Command Reference ModelSim Commands CR-39
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
(CR-40), and the onbreak command (CR-106)