Debugging Functions
A version of this page is also available for
4/8/2010
The following tables show the debugging functions with a description of the purpose of each.
Programming element | Description |
---|---|
Enables a debugger to continue a thread that previously reported a debugging event. |
|
Allows a debugger to attach to an active process and then debug it. |
|
Causes a breakpoint exception to occur in the current process so that the calling thread can signal the debugger and force it to take action. |
|
Retrieves the context of the specified thread. |
|
Prints a string to the debug output stream. |
|
Sends a string to the debugger for the current application. |
|
Registers debug zone settings for a process or DLL. |
|
Waits for a debugging event to occur in a process being debugged. |
|
Lets an application send debug events to an OEM-supplied LED. |