Is there any provision in VS 2008 to enter symbol file path as WinDbg?
Is there any provision in VS 2008 to enter symbol file path as WinDbg? Because the project which i want to debug contains lots and lots of dlls and that too the hierarchy of the dll folders is v开发者_Go百科ery deep. Its a difficult task to create hierarchy of the directories every time.
Finally i have come to know that i can provide the symbol files path same like WinDBG in Visual studio.
Please follow the below steps:
Tools -> Options -> Debugging -> Symbols
This option is there from VS 2005 onwards (not sure about previous versions of Visual studio).
精彩评论