Inheritance: IContainerDebuggerExtensionHost, ISubSystem
		public void SetSubSystem()
		{
#if SILVERLIGHT
			Init();
#endif
			subSystem = new DefaultDebuggingSubSystem();
			Kernel.AddSubSystem(SubSystemConstants.DebuggingKey, subSystem);
		}
		public void InitSubSystem()
		{
			Init();
			subSystem = new DefaultDebuggingSubSystem();
			Kernel.AddSubSystem(SubSystemConstants.DebuggingKey, subSystem);
		}