Is there a hack / trick to enable local kernel debugging in Windows 7 x64

I am a little surprised that this is out of date. I tried to boot from "Debug mode" in the Windows 7 boot menu (i.e. F8 at the beginning of the boot process).

I wasn’t sure that this question belongs here or at SuperUser.com, but I realized that it is still pretty focused on Dev ...

+4
source share
2 answers

Just use LiveKD instead . It gives you the same features as local kernel debugging, as well as several additional benefits such as no debugging required.

-Scott

+2
source

I would recommend using BCDEdit to set up a separate entry with debugging enabled. See the following article for more information. Or let me know if you have any questions.

Boot options for kernel debugging

0
source

Source: https://habr.com/ru/post/1337203/


All Articles