Issue: Debug prints ( DbgPrint ) are not working in Windows Vista/Server2008.
Solution: By default DbgPrint() outputs are disabled in Vista/Server2008. You may follow the below setting in registry to enable the debug prints.
Open up the registry and go to this path, “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter” and add the following value “DEFAULT” : REG_DWORD : 0xFFFFFFFF and then reboot. You may have to create the “Debug Print Filter” key if it does not exist.
Happy debugging.. Enjoy
