Debugging Tools and Symbols: Getting Started
Debugging Tools for Windows is a set of extensible tools for debugging device drivers for the Microsoft Windows family of operating systems. Debugging Tools for Windows supports debugging of:
In addition to Debugging Tools for Windows, effective debugging also requires:
Debugging Tools for Windows includes WinDbg, a powerful debugger with a graphical interface and a console interface, as well as the console-based debuggers NTSD, CDB, and KD. About WinDbg
To Prepare for a Debugging Session
About the Microsoft Symbol Server Symbol server technology is built into Debugging Tools for Windows. Microsoft provides access to an Internet symbol server that contains symbol files for the Microsoft Windows Server 2003, Windows XP, and Windows 2000 operating systems, as well as other Microsoft products. The Internet symbol server is populated with a variety of Windows symbols for Microsoft Windows operating systems, including hot fixes, Service Packs, Security Rollup Packages, and retail releases. Symbols are also available on the server for current Betas and Release Candidates for Windows products, plus a variety of other Microsoft products, such as Microsoft Internet Explorer. If you have access to the Internet during debugging, you can configure the debugger to download symbols as needed during a debugging session, rather than downloading symbol files separately before a debugging session. The symbols are downloaded to a directory location that you specify and then the debugger loads them from there. To use the Microsoft Symbol Server
For example, to download symbols to c:\websymbols, you would add the following to your symbol path: Note: http://msdl.microsoft.com/download/symbols is not browsable and is intended only for access by the debugger. For more information on setting symbol paths and using symbol servers, see the documentation accompanying Debugging Tools for Windows. Debugger and Symbols Downloads
|
'Tech & IT > 프로그래밍' 카테고리의 다른 글
COM Versioning관련해서 알아볼 것 (0) | 2009.02.18 |
---|---|
Debugging Tip, Windows dll의 symbol정보 표시 (0) | 2009.02.18 |
[MSDN] Serial Communications in Win32 (0) | 2009.02.16 |
64비트 윈도우를 프로그래밍 하기 위해서 알아야 할 모든 것들 (0) | 2009.02.10 |
[VC++] Path 관련 API유용한 표현 (0) | 2009.02.06 |