예제 #1
0
파일: AD7Engine.cs 프로젝트: zer09/Cosmos
        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);
        }