damageboy
damageboy

Reputation: 2117

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

I'm kind of surprised that this has been deprecated. I have tried to boot with "Debugging Mode" in the Windows 7 Boot Menu (i.e. F8 early in the boot process).

Wasn't sure if this question belongs here or in SuperUser.com, but figured it was still pretty much Dev oriented...

Upvotes: 5

Views: 4495

Answers (2)

snoone
snoone

Reputation: 5489

Just use LiveKD instead. It gives you the same features as local kernel debugging plus a few added benefits, such as not needing debugging enabled.

-scott

Upvotes: 2

Brian
Brian

Reputation: 2813

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

Boot Parameters for Kernel Debugging

Upvotes: 0

Related Questions