NWClearBreakpoint

Dynamically clears the breakpoint set with NWSetBreakpoint

Local Servers:nonblocking
Remote Servers:N/A
Classification:3.x, 4.x, 5.x, 6.x
Service:Debug

Syntax

  #include <nwdebug.h>  
   
  void NWClearBreakpoint  (  
     int   breakpoint);
  

Parameters

breakpoint

(IN) Specifies the breakpoint to clear.

Remarks

NWClearBreakpoint clears the breakpoint set with NWSetBreakpoint. The value for the breakpoint parameter is the return value from successful completion of NWSetBreakpoint.

See Also

NWSetBreakpoint