Beispiel #1
0
        protected override void OnVMBreak(ExecutionEngine vm)
        {
            base.OnVMBreak(vm);

            if (_debugger != null)
            {
                _debugger.SendBreak(vm.CurrentContext.ScriptHash, (uint)vm.CurrentContext.InstructionPointer);
            }
        }