No Source available

前端 未结 5 885
攒了一身酷
攒了一身酷 2020-11-28 13:13

I am not sure what happened or if I did anything.. Now anytime I try and debug it says no source available on all BCL stuff For example, on a debug.print I get that message

相关标签:
5条回答
  • 2020-11-28 13:44

    f:\dd\ndp\fx\src\... is the path to the source file on the machine that the .Net Framework was compiled on.

    Go to Tools, Options, Debugging, Symbols, and select Only specified modules.
    Also, uncheck Enable source server support in Debugging/General.

    0 讨论(0)
  • 2020-11-28 13:52

    In Visual Studio 2010, I had to go to Tools\Options\Debugging\Just-In-Time and uncheck "Managed"|

    0 讨论(0)
  • 2020-11-28 13:52

    I have also seen this when somehow one of the projects in a solution has its build option in configuration manager unset. If you see this, go to the Build menu, Configuration Manager, then make sure the affected projects have the Build option checked.

    0 讨论(0)
  • 2020-11-28 13:54

    Go to Tools, Options, Debugging, Symbols and select Only specified modules.
    It worked for me.

    debugging symbols options

    0 讨论(0)
  • 2020-11-28 13:58

    Also click on the BUILD>configuration manager, make sure the 'Configuration' tab is set to debug for your project and not release.

    0 讨论(0)
提交回复
热议问题