Exemplo n.º 1
0
        // The debugger calls CauseBreak when the user clicks on the pause button in VS. The debugger should respond by entering
        // breakmode.
        public int CauseBreak()
        {
            AssertMainThread();

            _process.Break();

            return(VSConstants.S_OK);
        }