Is there a new WinDbg drop? My version is 5.1.2240.1.
-----Original Message-----
From: Nathan Nesbit [mailto:xxxxx@Exchange.Microsoft.com]
Sent: Monday, July 24, 2000 2:06 PM
To: NT Developers Interest List
Subject: [ntdev] Windbg Beta Available
Here is Andre’s mail about the latest debugger release.
<<[windbg] WinDBG BETA>>
A few notes:
To get the list of drivers being loaded during boot you need to turn
on “verbose” You can do this with the -v command line option.
There is an SDK that can be installed. It contains the new
interfaces that one can use to write more powerful extensions with. Using
this SDK one can access all functionality of the debugger, which is
implemented in dbgeng.dll. Basicly all Windbg does is gives a UI to
dbgeng.dll. This means that someone could write a replacement debugger UI &
get all debugger functionality from dbgeng.dll The interfaces are not in
the documentation yet, so you just have what is in the .h file. Future
releases are planned to have the documentation and samples.
You can turn off Workspace prompting with the -Q command line
option. It answers No to all workspace prompts. The idea is you would
setup your workspace and save it. Then tse the -Q option so you will always
load the workspace, but never change it.
There are now Save & Clear Workspace items in the File menu.
The UI is now hooked up to pick up the context changes done with
.trap, .thread, .cxr, etc… This means if you do a .thread the call stack,
locals and other windows will change.
You need to use PDB symbol files to get locals, etc…
Enjoy
Nathan Nesbit
Windows Debugger Team - http://dbg http:</http:>