batch files for CDB debugger

An effective complement to Visual Studio debugger for various advanced debugging
Download

batch files for CDB debugger Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Oleg Starodumov
  • Publisher web site:
  • Operating Systems:
  • Windows 2003/XP/2000/NT
  • File Size:
  • 6KB

batch files for CDB debugger Tags


batch files for CDB debugger Description

Here is the list of Batch files that accompany WinDbg the Easy Way article. This article introduces CDB debugger as an effective complement to Visual Studio debugger for various advanced debugging tasks. The only major obstacle on the way to using CDB effectively is the length of the command lines – too much typing has to be done. The batch files presented here solve this problem by hiding the complexities of CDB command line parameters behind a simple and easy-to-use interface. Here you can find more information about the approach used to wrap CDB commands with batch files. The batch files cannot run successfully if cdb.exe cannot be found on the executable search path. Since CDB is distributed as part of Debugging Tools for Windows package, it is possible, for example, to add the location of cdb.exe to the executable search path using the following command: PATH c:\dbgtools;%PATH% (here c:\dbgtools represents the installation directory of Debugging Tools for Windows) Additional information about setting up and configuring Debugging Tools for Windows can be found here. The batch files support the following command line interfa


batch files for CDB debugger Related Software