Kernel Debugger Breakpoints

The break-point command set of the Kernel Debugger provides a mechanism for intercepting the execution of code through a particular path. For debugging application programs, break-points are generally required within the application itself or on call to or return from one or more system APIs.

Each system API results either in a call to a system DLL or to the Kernel through a CallGate. The name of a system interface that is called when an application uses an API is either identical to the API name or may be determined from one of the following conventions: