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.3.0
    C#
   
  public void SetBreakpoint( XPRMLocation l )
Parameters
- l
 - 
   Type: 
   MoselXPRMLocation
   
Location for breakpoint 
| Exception | Condition | 
|---|---|
| XPRMException | If the breakpoint cannot be set | 
