debugbreak (kernel32)
Last changed: -131.107.0.106

.
Summary
Causes a breakpoint exception to occur in the specified process. This allows the calling thread to signal the debugger to handle the exception.

C# Signature:

[DllImport("kernel32.dll")]
static extern void DebugBreakProcess(uint dwProcessHandle);

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation