windbg first connect then stuck on “Debuggee not connected.” message during kernel debugging
- 阅读更多 关于 windbg first connect then stuck on “Debuggee not connected.” message during kernel debugging
I am trying to do Windows kernel debugging so I have set up two machines for this purpose: HOST - DEBUGGER - The computer that runs the windbg debugger TARGET - DEBUGEE - The computer being debugged Both HOST and TARGET runs Windows 7 32 bit and both have Windows Driver Kit 8.0 installed. I did the following steps: On TARGET I've enabled kernel debugging with following commands: bcdedit /copy {current} /d "Windows 7 wih debug" bcdedit /debug {02b760e4-eafc-11e4-8847-ac1155aec81a} on bcdedit /dbgsettings serial debugport:1 baudrate:115200 bcdedit /set {bootmgr} displaybootmenu yes bcdedit