Ejemplo n.º 1
0
        protected override void OnRun(DebuggerStartInfo startInfo)
        {
            targetProcessId = 0;

            StartDebuggerSession(startInfo, 0);

            targetProcessId = debuggee.GetProcessId();

            OnStarted();

            debuggee.Continue();
        }