Re: Use of debugging symbol server
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Mon, 12 Mar 2007 02:36:29 GMT
Hi George,
Since you need to debug multiple versions of your applications, it would be
efficient for you to create an symbol store/server for your own products.
Once you have both the symbol server for your own products and the
Microsoft public symbol server, VS debugger would be smart enough to look
up the correct symbols for various modules. Also, it would be helpful to
setup the source code server if you need source-level debugging.
In addition to Scot's reply, I would add another good site and articles:
"Minidumps and matching modules"
http://www.debuginfo.com/articles/matchmodules.html
This article talks about the module binaries search issue for the minidump.
It also introduces a cool ModuleRescue to help us debug the minidump if no
binaries are available. This site is also contains really cool information
for debugging.
Another one is written by Microsoft Visual Studio developer "Andy Pennell",
although it is written for VS.net2003:
"Post-Mortem Debugging Your Application with Minidumps and Visual Studio
..NET"
http://www.codeproject.com/debug/postmortemdebug_standalone1.asp
Finally, the most complete document regarding symbol server, source server
is the windbg help document(VS debugger leverages the windbg's dbghelp.dll
to implement the symbol handler function). You may download the windbg from
the link below:
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
Hope this helps.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: Use of debugging symbol server
- From: George
- Re: Use of debugging symbol server
- References:
- Use of debugging symbol server
- From: George
- Re: Use of debugging symbol server
- From: Scot T Brennecke
- Re: Use of debugging symbol server
- From: George
- Use of debugging symbol server
- Prev by Date: Re: Use of debugging symbol server
- Next by Date: Re: Mixed assembly crashes on exit
- Previous by thread: Re: Use of debugging symbol server
- Next by thread: Re: Use of debugging symbol server
- Index(es):
Relevant Pages
|
Loading