The information in this article applies to:
SUMMARYMicrosoft has made available to the public debugging symbols to aid in the debugging of applications created with Microsoft Visual Basic 5.0 Service Pack Three (SP3) components. These symbols allow debugging tools such as Visual C++, Dr. Watson, NTSD/CDB, and WinDBG to obtain stack traces describing the functions within built components, such as MSVBVM50.DLL, that are being called when a crash occurs. These traces would aid developers and Microsoft support engineers in diagnosing the problems. MORE INFORMATIONThe following file is available for download from the Microsoft
Download Center. Click the file name below to download the file: Vb5sp3ds.exeFor more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. To install the debugging symbols, first extract them from VB5SP3DS.EXE. When VB5SP3DS.EXE is run, it will prompt you for a directory (default: C:\WINNT) in which to extract the files. At completion, the following directory tree will be created below the directory you have chosen: \SYMBOLS\dll
These .dbg files are for debugging Visual Studio SP3 components on Intel platforms only. Different debugging tools have different methods of locating debugging symbols. Usually, you can put a .dbg file in the same directory as the corresponding .exe, .dll, or .ocx file. For instance, MSVBVM50.DLL is in C:\Winnt\System32 directory; you can copy Msvbvm50.dbg to C:\Winnt\System32 and most debuggers will find it. Some debuggers are set up by default to find symbols in the Symbols directory if it exists below your system root directory (for example C:\WINNT\Symbols\). You should consult your debugger documentation for more information before installing the symbols. The .dbg files in VB5SP3DS.EXE contain symbols in the Common Object File Format (COFF). To use them with Visual C++ 5.0, you may need to copy SYMCVT.DLL from your Visual C++ CD-ROM to your Windows system (system32 for NT) directory. DRWTSN32.EXE shipped with NT understands COFF symbols without SYMCVT.DLL. Additional query words: kbDSupport kbdss kbVBp500 kbVBp kbVS97SP3 kbDebug
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |