Initializing help system before first use

ClearBreakpoint Method

Clear the breakpoint at the specified location. Remove a breakpoint previously set up using SetBreakpoint(XPRMLocation). This function has no effect if no breakpoint was defined at the specified location.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public void ClearBreakpoint(
	XPRMLocation l
)

Parameters

l
Type:  MoselXPRMLocation
See Also