Dynamically clears the breakpoint set with NWSetBreakpoint
#include <nwdebug.h>
void NWClearBreakpoint (
int breakpoint);
(IN) Specifies the breakpoint to clear.
NWClearBreakpoint clears the breakpoint set with NWSetBreakpoint. The value for the breakpoint parameter is the return value from successful completion of NWSetBreakpoint.