Configure Visual Studio Debugging. NET Framework

Source: Internet
Author: User

https://referencesource.microsoft.com/

In order to configure Visual Studio, the following in the Tools, Options, Debugging, General menu:

    • Disable Just My Code
    • Disable Step over properties and operators
    • Disable require source files to exactly match the original version
    • Enable. NET Framework Source Stepping
    • Enable Source Server Support

This is the need to do:

Troubleshooting
      1. Validate that is running. NET Framework version 4.5.1 or higher.
      2. Validate the list of assemblies that is trying to debug is on the list of assemblies here.
        The list is the set of assemblies, we currently ship reference sources for.
      3. Validate that your the Symbol path has no cached symbols.
      4. Find the DLL that's want to debug and run the command Dumpbin/headers (dll-name)
        1. Send us the output shown in the screen capture above along with the file version of the DLL.

Configure Visual Studio Debugging. NET Framework

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.