[Msdn] PDB files (C #, J #, and Visual Basic)

Source: Internet
Author: User

ProgramThe database (PDB) File Stores debugging and project status information, which can be used to incrementally link the debugging configuration of the program. In use/DebugA PDB file (Visual Basic/C #/J #/JScript) is created ). You can use/Debug: fullOr/Debug: pdbonlyGenerate Visual Basic, C #, and J # applications. Use/Debug: fullGeneration will generate debuggableCode. Use/Debug: pdbonlyGeneration generates PDB, but does not notify JIT compiler that debugging information is available.Debuggableattribute. Use/Debug: pdbonly.

The Visual Studio debugger uses the PDB path in the EXE or DLL file to find the project. PDB file. If the debugger cannot find the PDB file at this location, or the path is invalid (for example, if the project is moved to another computer), the debugger searches for the path containing the exe, this EXE is followed by the symbolic path specified in the "options" dialog box. This path is usually the "debug" folder in the "symbol" node. The debugger does not load PDB that does not match the debugged binary.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.