Esempio n. 1
0
        public int ExecuteOnThread(IDebugThread2 pThread)
        {
            // ExecuteOnThread is called when the SDM wants execution to continue and have
            // stepping state cleared.

            mProcess.Continue();
            return(VSConstants.S_OK);
        }