# bd command

The bd command deletes the breakpoint.

## Syntax

```
bd[*|n]
```

## Parameter(s)

| * | Removes all breakpoints. |
| --- | --- |
| n | Specifies n from 0 to 2 and the specified breakpoint to be deleted. |

---
Source: https://d3codex.com/unix/bd-command/ - part of the D3Codex reference.
