windbg Win Me

I would like to know if we can use WinDbg for a target using Windows Me?
How could I enable it?

i tried with a Windows XP, and it works very well.

I didn’t find any Boot.ini in root directory (from Me system)

Regards

Christian

Not sure if Windbg works on Me !. Suspect no, it does not.
If you have the 98DDK you will see a bunch of information about
activating a similar krnl debugger. The backend of it is KD, IIRC.

Using hyperterminal, and null serial cable, the debugging method is
fairly same. Also search MS site, they have a lot of articles around it.

SoftIce, of course, is another choice. Probably hastelfee.

-pro

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of CG
Sent: Monday, March 29, 2004 6:48 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] windbg Win Me

I would like to know if we can use WinDbg for a target using Windows Me?
How could I enable it?

i tried with a Windows XP, and it works very well.

I didn’t find any Boot.ini in root directory (from Me system)

Regards

Christian


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@garlic.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Ok thanks, I checked in 998ddk and it said that the only kernel debugger
available is SoftIce :frowning:

----- Original Message -----
From: “Prokash Sinha”
To: “Windows System Software Devs Interest List”
Sent: Monday, March 29, 2004 10:21 AM
Subject: RE: [ntdev] windbg Win Me

> Not sure if Windbg works on Me !. Suspect no, it does not.
> If you have the 98DDK you will see a bunch of information about
> activating a similar krnl debugger. The backend of it is KD, IIRC.
>
> Using hyperterminal, and null serial cable, the debugging method is
> fairly same. Also search MS site, they have a lot of articles around it.
>
> SoftIce, of course, is another choice. Probably hastelfee.
>
> -pro
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of CG
> Sent: Monday, March 29, 2004 6:48 AM
> To: Windows System Software Devs Interest List
> Subject: [ntdev] windbg Win Me
>
>
> I would like to know if we can use WinDbg for a target using Windows Me?
> How could I enable it?
>
> i tried with a Windows XP, and it works very well.
>
> I didn’t find any Boot.ini in root directory (from Me system)
>
> Regards
>
> Christian
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@garlic.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@mcdi.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

No that can’t be possible. I did debug on win98 using that kernel debugger
including setting up with hyperterminal. It also have a lot of !(bang) and
.(dot) cmds similar to windbg.

Check the internet or someplace for the win98 debugger. If you dont find
any, and still want to know about the articles and docs, I should be able
to dump quite a few this afternoon.

-pro

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of CG
Sent: Monday, March 29, 2004 7:25 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] windbg Win Me

Ok thanks, I checked in 998ddk and it said that the only kernel debugger
available is SoftIce :frowning:

----- Original Message -----
From: “Prokash Sinha”
To: “Windows System Software Devs Interest List”
Sent: Monday, March 29, 2004 10:21 AM
Subject: RE: [ntdev] windbg Win Me

> Not sure if Windbg works on Me !. Suspect no, it does not.
> If you have the 98DDK you will see a bunch of information about
> activating a similar krnl debugger. The backend of it is KD, IIRC.
>
> Using hyperterminal, and null serial cable, the debugging method is
> fairly same. Also search MS site, they have a lot of articles around it.
>
> SoftIce, of course, is another choice. Probably hastelfee.
>
> -pro
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of CG
> Sent: Monday, March 29, 2004 6:48 AM
> To: Windows System Software Devs Interest List
> Subject: [ntdev] windbg Win Me
>
>
> I would like to know if we can use WinDbg for a target using Windows Me?
> How could I enable it?
>
> i tried with a Windows XP, and it works very well.
>
> I didn’t find any Boot.ini in root directory (from Me system)
>
> Regards
>
> Christian
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@garlic.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@mcdi.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@garlic.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

You’ll want to use rterm.exe that comes with the Windows ME DDK. Then
you’ll want to install the Windows ME DDK on the target machine. I’m a
little foggy on wether or not it automatically copies debugger.exe to
WINDIR. Assuming it doesn’t, copy debugger.exe to your WINDIR and then
reboot. You should notice a change in the bootup process on the target
machine. Following this, connect the two machines with a null modem cable
and proceed to run rterm.exe from the debug console.

That should be it, iirc.

Matt

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Prokash Sinha
Sent: Monday, March 29, 2004 10:03 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] windbg Win Me

No that can’t be possible. I did debug on win98 using that kernel debugger
including setting up with hyperterminal. It also have a lot of !(bang) and
.(dot) cmds similar to windbg.

Check the internet or someplace for the win98 debugger. If you dont find
any, and still want to know about the articles and docs, I should be able
to dump quite a few this afternoon.

-pro

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of CG
Sent: Monday, March 29, 2004 7:25 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] windbg Win Me

Ok thanks, I checked in 998ddk and it said that the only kernel debugger
available is SoftIce :frowning:

----- Original Message -----
From: “Prokash Sinha”
> To: “Windows System Software Devs Interest List”
> Sent: Monday, March 29, 2004 10:21 AM
> Subject: RE: [ntdev] windbg Win Me
>
>
> > Not sure if Windbg works on Me !. Suspect no, it does not.
> > If you have the 98DDK you will see a bunch of information about
> > activating a similar krnl debugger. The backend of it is KD, IIRC.
> >
> > Using hyperterminal, and null serial cable, the debugging method is
> > fairly same. Also search MS site, they have a lot of articles around it.
> >
> > SoftIce, of course, is another choice. Probably hastelfee.
> >
> > -pro
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com]On Behalf Of CG
> > Sent: Monday, March 29, 2004 6:48 AM
> > To: Windows System Software Devs Interest List
> > Subject: [ntdev] windbg Win Me
> >
> >
> > I would like to know if we can use WinDbg for a target using Windows Me?
> > How could I enable it?
> >
> > i tried with a Windows XP, and it works very well.
> >
> > I didn’t find any Boot.ini in root directory (from Me system)
> >
> > Regards
> >
> > Christian
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@garlic.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@mcdi.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@garlic.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@positivenetworks.net
To unsubscribe send a blank email to xxxxx@lists.osr.com