DebugBreak (kernel32)
Last changed: -131.107.0.106

.
Summary
Causes a breakpoint exception to occur in the current process.

C# Signature:

[DllImport("kernel32.dll")]
static extern void DebugBreak();

VB .NET Signature:

Declare Sub DebugBreak Lib "kernel32.dll" ()

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
DebugBreak on MSDN