I'm using DebugView 4.78 to debug output from my driver. I've used the instructions from here (option 1, setting DEFAULT value to 0xf), rebooted, but I still cannot get any debug output from my driver (driver build is chk x64 win7).
Ideas?
Edit: I found the problem, the build process in one step is copying the new .sys file to the drivers location (C:\Windows\System32\drivers), however, even though the copy operations says "1 file copied", I can see that the destination file is not updated...