Re: winXP Driver Debugger in local machine
- From: "Gary G. Little" <gary.g.little@xxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 09:09:42 -0500
Ok, for the 9999th time, WinDbg and KD require a Host/Target set up via
serial, 1394 or, depending on if you have the Vista Beta, USB using a
special cable. Setting them up is well documented in the online docs that
come in Debugging tools for Windows. DebugMoniter and DebugView I have not
used, but DbgMon from the OSR download site, I use every day to capture the
debug spew from the Windows service I am currently developing. It also picks
up, quite nicely I might add, all the debug spew coming from Broadcom's TPM
driver in this Dell Latitude. Take a look at the docs for the tools you are
using,. DbgMon is actually braindead simple to use. You start it, select
Local mode, and it starts monitoring spew.
I prefer the two machine setup and as much as possible avoid installing
development environments on a target. To many times I have released software
to find out I forgot a required DLL. A hint ... you should only be using
KdPrint because it is a wrapper that tests the state of DBG and will not
generate spew in a release build. Or use WPP since it to is vociferous only
in a checked build. If you insist on using DebugPrint, then kindly make sure
it does not clutter up my debugging console window if I ever install it on
one of my target systems.
--
The personal opinion of
Gary G. Little
"nagu" <nagabi2003@xxxxxxxxx> wrote in message
news:1151587932.491294.277760@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dear All,
I have developed a winxp SDIO device driver , when Iam
inserting the sdio card I can see the display under Device Manager
under MTD class enumerated through SD bus
Iam having applcation like
WinDbg(Microsoft) in Local machine option
Debugmoniter(WDM Book)
Debugview
Iam using Dbgprint , Debugprint , Kdprint in my driver code but, Iam
unable to find nothing in the debugger application
Can anyone help me on this issue please............
.
- References:
- winXP Driver Debugger in local machine
- From: nagu
- winXP Driver Debugger in local machine
- Prev by Date: winXP Driver Debugger in local machine
- Next by Date: Re: Any Win32 update driver tool ?
- Previous by thread: winXP Driver Debugger in local machine
- Next by thread: Re: Any Win32 update driver tool ?
- Index(es):
Relevant Pages
|