Nbreakpoint

Use

Removes breakpoints.

Command Syntax

N BREAKPOINT [statement-id | /ALL ]

where:

statement-id
Is used to name the statement at which the breakpoint is to be removed

Description

The NBREAKPOINT command removes the breakpoint at the specified statement.

If the statement-id is omitted, the breakpoint at the current execution point is removed. If /ALL is specified, all breakpoints currently set are removed.

Example

In the following example, the breakpoint at line 94 is removed.

CodeWatch> NB 94

In the following example, all breakpoints are removed.

CodeWatch> NBREAKPOINT /ALL