Initializing help system before first use

SetBreakpoint Method

Set a breakpoint at the specified location. Execution is interrupted when a breakpoint is reached. Breakpoints can be installed both before and during execution (from the debugger). Breakpoinst can be removed using ClearBreakpoint(XPRMLocation) or ClearAllBreakpoints(). The model has to be compiled with option "-G" for this function to be effective.

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

Parameters

l
Type:  MoselXPRMLocation
Location for breakpoint
Exceptions
Exception Condition
XPRMException If the breakpoint cannot be set
See Also