More VS/VC/SDK debug code.
[scons.git] / src / engine / SCons / Tool / MSCommon / vs.py
index 888d8da7ad4eca2a2a6f4ffb6fb8b1d8b304d31a..15876f9e05b9820870d6b17bb0725b395a2732b0 100644 (file)
@@ -384,6 +384,7 @@ def get_vs_by_version(msvs):
     global InstalledVSMap
     global SupportedVSMap
 
+    debug('vs.py:get_vs_by_version()')
     if not SupportedVSMap.has_key(msvs):
         msg = "Visual Studio version %s is not supported" % repr(msvs)
         raise SCons.Errors.UserError, msg