Re: Use of debugging symbol server



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.

.



Relevant Pages

  • Re: .NET
    ... Aren't both products written by Microsoft? ... the moment I press "Stop Debugging" all windows ... If it's the emulator, ... Why can't I use my product ID to raise a support issue? ...
    (microsoft.public.pocketpc.developer)
  • Re: Use of debugging symbol server
    ... Microsoft public symbol server, VS debugger would be smart enough to look ... setup the source code server if you need source-level debugging. ... Microsoft Online Community Support ...
    (microsoft.public.vsnet.debugging)
  • Re: windows debugger not working
    ... Rick i figured it out, and here are two dump files, again thanks for the assistance, mick ... You have reached this page because either you or an application that you are running has tried to retrieve debugging data from Microsoft. ... The requested data is either not available or needs to be retrieved by using the latest Microsoft Symbol Server technology. ... This internet debugging data storage site is provided by Microsoft to enhance debugging by automatically retrieving debugging files for various Microsoft products during a debugging session. ...
    (microsoft.public.windows.vista.general)
  • Re: windows debugger not working
    ... You have reached this page because either you or an application that you are running has tried to retrieve debugging data from Microsoft. ... The requested data is either not available or needs to be retrieved by using the latest Microsoft Symbol Server technology. ... This internet debugging data storage site is provided by Microsoft to enhance debugging by automatically retrieving debugging files for various Microsoft products during a debugging session. ...
    (microsoft.public.windows.vista.general)
  • RE: Stop error message
    ... the debugging service. ... Microsoft Support Professional so that the crash dump can be analyzed. ... Make sure the device drivers installed are compatible with Windows XP. ...
    (microsoft.public.windowsxp.general)

Loading