Debug Symbols are failing to load. I have tried in both VWD 2010 Express and Visual Studio 11 beta Express for Web. I have also tried with Visual Studio 11 beta Express for Web on Windows 8 CP.
I have read numerous tutorials on how to configure visual studio to enable .net source stepping and I have the correct settings -
Enable access level debugging - checked
Enable just my code - NOT checked
Enable .net framework source stepping - checked
Enable source server support - checked
I am using the default Microsoft Symbol Server.
I am caching in a directory of which I have full control - A:\creative\2 Resources\SymbolStorage
When I open up the cache directory all it contains is a FailedLoads folder containing .txt files regarding failed loads.
When I run the project in debug mode, I hit a beak point at the .net source code method I wish to step into. I right click on it and follow step-into-specific>click-method.
But instead of seeing source code I see this error -
What could be the problem? Thanks
Thanks for everybodies help, as someone with no formal computing education your help is indispensable.
DuncanGravil...
Member
350 Points
254 Posts
Debug Symbols not loading.
Mar 20, 2012 08:46 PM|LINK
Hi,
Debug Symbols are failing to load. I have tried in both VWD 2010 Express and Visual Studio 11 beta Express for Web. I have also tried with Visual Studio 11 beta Express for Web on Windows 8 CP.
I have read numerous tutorials on how to configure visual studio to enable .net source stepping and I have the correct settings -
Enable access level debugging - checked
Enable just my code - NOT checked
Enable .net framework source stepping - checked
Enable source server support - checked
I am using the default Microsoft Symbol Server.
I am caching in a directory of which I have full control - A:\creative\2 Resources\SymbolStorage
When I open up the cache directory all it contains is a FailedLoads folder containing .txt files regarding failed loads.
When I run the project in debug mode, I hit a beak point at the .net source code method I wish to step into. I right click on it and follow step-into-specific>click-method.
But instead of seeing source code I see this error -
What could be the problem? Thanks
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: Debug Symbols not loading.
Mar 22, 2012 03:04 AM|LINK
Hi
You can read this article:
Debugging with Symbols
And some solution here:
http://stackoverflow.com/questions/2301216/the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-d
http://social.msdn.microsoft.com/Forums/en/Vsexpressvcs/thread/5224a8ba-df86-4f3c-8e72-41229c64ca62
http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/9ee95055-de19-420d-8845-0706bab7346b/
Hope it helfpul.
Regards.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework