symbol server and VS.NET

Hi List,

i have heard some rumours, that the new Visual Studio.NET Debugger could
access symbols
through the symbol server (symsrv.dll) that comes with the current
release of the Debugging Tools.

Since, I could not find something about in the documentation, is this
possible ?

thanks in advance
michael


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

I just looked at the VS.nET docs and while it doesn’t clearly state that
it supprts it, part of the docs do contain a link to the symbol server
web page.

It seems that you would put the SRV* stuff right into the symbol
path for the project settings.

Check out the help page called “system symbols” or something like that
in the VS.NET page for what little help they give you about symbol
server.

-----Original Message-----
From: Michael Priske [mailto:xxxxx@glueckkanja.com]
Sent: Wednesday, February 13, 2002 9:23 AM
To: Kernel Debugging Interest List
Subject: [windbg] symbol server and VS.NET

Hi List,

i have heard some rumours, that the new Visual Studio.NET Debugger could
access symbols
through the symbol server (symsrv.dll) that comes with the current
release of the Debugging Tools.

Since, I could not find something about in the documentation, is this
possible ?

thanks in advance
michael


You are currently subscribed to windbg as: xxxxx@microsoft.com To
unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Nathan,

it works as you suggested:

  • copy the symsrv.dll to the \system32 directory.
  • insert in “Configuration Properties\Debugger\Symbol Path” the command:
    srv*\<share> to an
    existing symbol store.

    thanks
    michael

    -----Original Message-----
    From: Nathan Nesbit [mailto:xxxxx@windows.microsoft.com]
    Sent: Wednesday, February 13, 2002 6:43 PM
    To: Kernel Debugging Interest List
    Subject: [windbg] RE: symbol server and VS.NET

    I just looked at the VS.nET docs and while it doesn’t clearly state that
    it supprts it, part of the docs do contain a link to the symbol server
    web page.

    It seems that you would put the SRV* stuff right into the symbol
    path for the project settings.

    Check out the help page called “system symbols” or something like that
    in the VS.NET page for what little help they give you about symbol
    server.


    You are currently subscribed to windbg as: xxxxx@microsoft.com To
    unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


    You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
    To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com