Hi Folks,

On the Windows 2008 Server Machine , I have executed the following
commands to enable debugging.

bcdedit /dbgsettings SERIAL DEBUGPORT:1 BAUDRATE:115200

bcdedit /debug on

After executing these commands, I can see Windows 2008 Server Debugger
Enabled in the OS Selection Screen. I have installed a WinDBG on
another Win2k3 server. But I don't get any print statements or Im
unable to break into the server by pressing the Break button on the
WinDBG. Are there any known issues in debugging driver on Windows
2008. I have cross checked the NULL Modem cable and its working
fine.

Regards,
NHKR

Re: Unable to Debug Drivers on Windows 2008 Server using WinDBG by Maxim

Maxim
Sat Feb 09 09:26:33 CST 2008

Ensure that the COM port names in BCD settings and in WinDbg command line
really reference exactly the COM ports used by the cable.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

<narsha@gmail.com> wrote in message
news:cae146be-c326-4994-a3cd-9da58d06c830@i12g2000prf.googlegroups.com...
> Hi Folks,
>
> On the Windows 2008 Server Machine , I have executed the following
> commands to enable debugging.
>
> bcdedit /dbgsettings SERIAL DEBUGPORT:1 BAUDRATE:115200
>
> bcdedit /debug on
>
> After executing these commands, I can see Windows 2008 Server Debugger
> Enabled in the OS Selection Screen. I have installed a WinDBG on
> another Win2k3 server. But I don't get any print statements or Im
> unable to break into the server by pressing the Break button on the
> WinDBG. Are there any known issues in debugging driver on Windows
> 2008. I have cross checked the NULL Modem cable and its working
> fine.
>
> Regards,
> NHKR