/
How to enable kernel debugger
Ready for review
How to enable kernel debugger
If you create a test image you can enable the kernel debugger with the IOT_KD_ON in the TestOEMInput.xml.
At a prebuild test image you can enable the kernel debugger at runtime with the following commands after connecting to the device. (How to connect to IoT Core Device)
bcdedit /set debug on
shutdown -t 0 -h
Before you restart the device connect the serial cable to your pc and start WinDbg.