From: Mohit Gupta on 14 Jun 2010 21:18 How can I debug using WinDbg on 2 laptops (1 host and 1 target) where host is running windows vista and target is running windows XP? None of the laptops have serial ports available
From: dsrking on 15 Jun 2010 00:59 what u want to debug?
From: Mohit Gupta on 15 Jun 2010 06:53 I want to debug KMD (Kernel mode driver) "dsrking" wrote: > what u want to debug? > . >
From: Cedric Schmeits on 15 Jun 2010 07:12 Do you have 1394 (firewire) ports on both laptops? On Jun 15, 12:53 pm, Mohit Gupta <MohitGu...(a)discussions.microsoft.com> wrote: > I want to debug KMD (Kernel mode driver) > > "dsrking" wrote: > > what u want to debug? > > .
From: Cedric Schmeits on 15 Jun 2010 07:18 on your target machine you can setup debugging 1394 in the following mannor: bcdedit /debug ON bcdedit /dbgsettingings 1394 CHANNEL:0 on the host machine, start windbg, press Ctrl+K, select the 1394 tab, make sure channel is at 0 and press OK now reboot your target system.
|
Next
|
Last
Pages: 1 2 Prev: IoConnectInterrupt - STATUS_INVALID_PARAMETER Next: How to Release-Sign a Kernel Module |