Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 311 of file dbgui.c.
Referenced by DbgUiIssueRemoteBreakin().
{ /* Make sure a debugger is enabled; if so, breakpoint */ if (NtCurrentPeb()->BeingDebugged) DbgBreakPoint(); /* Exit the thread */ RtlExitUserThread(STATUS_SUCCESS); }