Parcourir la source

Add debug outputs

svn path=/trunk/mcs/; revision=77548
Konstantin Triger il y a 18 ans
Parent
commit
1eb39054cd
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      mcs/class/System.Web/System.Web.J2EE/PageMapper.cs

+ 5 - 0
mcs/class/System.Web/System.Web.J2EE/PageMapper.cs

@@ -372,6 +372,11 @@ namespace System.Web.J2EE
 						_assembly = Assembly.Load (_origAssemblyName);
 					}
 				}
+
+#if DEBUG
+				Console.WriteLine ("Loaded type:" + _type);
+				Console.WriteLine ("Loaded assembly:" + _assembly);
+#endif
 			}
 		}
 		private bool InternalCompile()