.
C# Signature:
[DllImport("kernel32.dll")]
static extern void DebugBreak();
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
Causes a breakpoint exception to occur in the specified process. This allows the calling thread to signal the debugger to handle the exception.
3/21/2017 7:35:34 AM - -131.107.0.106