mercredi 28 mai 2014

Windows - débogage pilote localement - Stack Overflow


Is there anyway I can test/debug Window drivers locally? That way I don't need a separate computer or to install a VM.


I followed these instructions: http://msdn.microsoft.com/en-us/library/windows/hardware/ff553382(v=vs.85).aspx


But I can't get past the welcome screen with bcdedit /debug on enabled. My computer just hangs there.


I am using Visual Studio 2013 and the Windows 8.1 Driver Kit




In my opinion, local kernel debugging is next to worthless.


Even if it wasn't worthless, targeting a separate machine (virtual or physical) is the way to go, as kernel mode drivers under development can (and most likely will) destabilize the target machine until they're complete - something that you likely don't want happening on your development machine.



Is there anyway I can test/debug Window drivers locally? That way I don't need a separate computer or to install a VM.


I followed these instructions: http://msdn.microsoft.com/en-us/library/windows/hardware/ff553382(v=vs.85).aspx


But I can't get past the welcome screen with bcdedit /debug on enabled. My computer just hangs there.


I am using Visual Studio 2013 and the Windows 8.1 Driver Kit



In my opinion, local kernel debugging is next to worthless.


Even if it wasn't worthless, targeting a separate machine (virtual or physical) is the way to go, as kernel mode drivers under development can (and most likely will) destabilize the target machine until they're complete - something that you likely don't want happening on your development machine.


0 commentaires:

Enregistrer un commentaire