void SetActiveThread (CorThread t)
		{
			activeThread = t;
			stepper = activeThread.CreateStepper (); 
			stepper.SetUnmappedStopMask (CorDebugUnmappedStop.STOP_NONE);
			stepper.SetJMC (true);
		}