Breakpoint
Suspends the execution of an NLM and causes a break into the NetWare Internal Debugger
#include <nwthread.h>
void Breakpoint (
int breakFlag);
None
This function causes a breakpoint in the program if breakFlag is nonzero. The breakpoint occurs at the instruction following the call to Breakpoint. The breakFlag parameter can be any nonzero value to cause a breakpoint. The breakFlag value is loaded into the EDI register.
NOTE:If your application relies on the EDI register, you should not call Breakpoint with a nonzero value. Rather, call EnterDebugger, which merely enters the system debugger.