Esempio n. 1
0
        /// <summary>
        /// Cleanup the debugger after an instance has been destroyed.
        /// </summary>
        public void OnInstanceStopped()
        {
            _hooks         = null;
            this.BiosHook  = null;
            this.CpuHook   = null;
            this.VideoHook = null;

            if (_isAttached == false)
            {
                return;
            }

            _client.OnStopped();
        }