コード例 #1
0
        void IDkmRuntimeBreakpointReceived.OnRuntimeBreakpointReceived(DkmRuntimeBreakpoint bp, DkmThread thread, bool hasException, DkmEventDescriptorS eventDescriptor)
        {
            DkmProcess process = bp.Process;

            process.VscxOnRuntimeBreakpointReceived(bp, thread, hasException, eventDescriptor);
        }