From: Mohit Gupta on
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
what u want to debug?
From: Mohit Gupta on
I want to debug KMD (Kernel mode driver)

"dsrking" wrote:

> what u want to debug?
> .
>
From: Cedric Schmeits on
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
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.