Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


bd

The bd command deletes a breakpoint. You must specify a filename and line number, or a specific breakpoint id#. Multiple filename/line number pairs and id#s may be specified.

Syntax

bd

<filename> <line_number> | <id#>

Arguments

<filename>

Specifies the name of the source file in which the breakpoint is to be deleted. Required if an id# is not specified. The filename must match the one used previously to 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 if an id# is not specified.

<id#>

Specifies the id number of the breakpoint to be deleted. Required if a filename and line number are not specified.

Examples

bd alu.vhd 127

Deletes the breakpoint at line 127 in the source file named alu.vhd.

bd 5

Deletes the breakpoint with id# 5.

bd 6 alu.vhd 234

Deletes the breakpoint with id# 6 and the breakpoint at line 234 in the source file named alu.vhd.

See also

bp, onbreak


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase