Win 2k APPLICATION Symbols ?????

I’ve got a problem where i don’t see *program* symbols. I’m building with
VC++6. I know for a fact that when i used to build with VC++5, and got a
USER.DMP on WinNT4, that i could see program symbols when using the then-current
Windbg. Now, with W2K, and VC++6, and the newest Windbg, i cannot see program
symbols.

I think i’m doing everything the same. Is there something i can check? Is
there a setting in Windbg? A new setting in VC++6? Something that gets reset
when upgrading from VC++5 to VC++6?

Please help me out; thanks.

“Joshi, Venu” wrote:

Try this

http://www.microsoft.com/windows2000/downloads/recommended/sp1/debug/default
.asp
http:> t.asp>
>
> -----Original Message-----
> From: Girish Kumar B K [SMTP:xxxxx@yahoo.com]
> Sent: Wednesday, November 22, 2000 11:13 PM
> To: Kernel Debugging Interest List
> Subject: [windbg] Win 2k Server system drivers
> Symbols ???
>
> Hi,
>
> I don’t find Windows 2k Server system driver Symblos
> on my Install CD. As
> off I know they reside in /support/debug/symbols
> directory on the
> Installation CD. I have win 2k server Installation CD
> from MSDN library
> released in Febraury 2k and October 2k and both
> dosen’t have symbols
> directory in them.
>
> Can some one tell me why they are not on MSDN win 2k
> server CD’s. Where I
> can get them. Are they available on microsoft net ?
>
> Thanks and Regards,
> Girish Kumar
> Specialist
> Storage Solutions.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/
>
> —
> You are currently subscribed to windbg as:
> xxxxx@ncr.com
> To unsubscribe send a blank email to
> $subst(‘Email.Unsub’)
>
> —
> You are currently subscribed to windbg as: xxxxx@avaya.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)


i There’s a Cross |
r h to bridge |
c the Great Divide… |

Rich Pennenga – Voice/Fax (732) 817-5927
Avaya Communication, formerly the Enterprise Networks unit of Lucent
Technologies
Rm 2B-530A, 101 Crawfords Corner Road
Holmdel, NJ 07733 – http://sjbcs.web.lucent.com/~dween</http:>

What is “program” symbols?
There are a lot of KB articles about putting debugging information in your
‘program’. Search Microsoft Knowledge base for the keyword kbdebug

-----Original Message-----
From: Richard J. Pennenga [SMTP:xxxxx@avaya.com]
Sent: Tuesday, November 28, 2000 6:47 AM
To: Kernel Debugging Interest List
Subject: [windbg] Win 2k APPLICATION Symbols ???

I’ve got a problem where i don’t see *program* symbols. I’m
building with
VC++6. I know for a fact that when i used to build with VC++5, and
got a
USER.DMP on WinNT4, that i could see program symbols when using the
then-current
Windbg. Now, with W2K, and VC++6, and the newest Windbg, i cannot
see program
symbols.

I think i’m doing everything the same. Is there something i can
check? Is
there a setting in Windbg? A new setting in VC++6? Something that
gets reset
when upgrading from VC++5 to VC++6?

Please help me out; thanks.

“Joshi, Venu” wrote:
>
> Try this
>
>
http://www.microsoft.com/windows2000/downloads/recommended/sp1/debug/default
> .asp
>
http: > t.asp>
>
> -----Original Message-----
> From: Girish Kumar B K
[SMTP:xxxxx@yahoo.com]
> Sent: Wednesday, November 22, 2000 11:13 PM
> To: Kernel Debugging Interest List
> Subject: [windbg] Win 2k Server system
drivers
> Symbols ???
>
> Hi,
>
> I don’t find Windows 2k Server system driver
Symblos
> on my Install CD. As
> off I know they reside in /support/debug/symbols
> directory on the
> Installation CD. I have win 2k server
Installation CD
> from MSDN library
> released in Febraury 2k and October 2k and both
> dosen’t have symbols
> directory in them.
>
> Can some one tell me why they are not on MSDN win
2k
> server CD’s. Where I
> can get them. Are they available on microsoft net
?
>
> Thanks and Regards,
> Girish Kumar
> Specialist
> Storage Solutions.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of
Products.
> http://shopping.yahoo.com/
>
> —
> You are currently subscribed to windbg as:
> xxxxx@ncr.com
> To unsubscribe send a blank email to
> $subst(‘Email.Unsub’)
>
> —
> You are currently subscribed to windbg as: xxxxx@avaya.com
> To unsubscribe send a blank email to
$subst(‘Email.Unsub’)


i There’s a Cross |
r h to bridge |
c the Great Divide… |

Rich Pennenga – Voice/Fax (732) 817-5927
Avaya Communication, formerly the Enterprise Networks unit of Lucent
Technologies
Rm 2B-530A, 101 Crawfords Corner Road
Holmdel, NJ 07733 – http://sjbcs.web.lucent.com/~dween


You are currently subscribed to windbg as:
xxxxx@exchange.SanDiegoCA.NCR.COM
To unsubscribe send a blank email to
$subst(‘Email.Unsub’)</http:>

Thread-Index: AcBZSioiMPgtB7/gQ9+JN6Psrp51JQAHtZ+g
From: “Nathan Nesbit”
To: “Kernel Debugging Interest List”
Cc:
Return-Path: xxxxx@Exchange.Microsoft.com
X-OriginalArrivalTime: 28 Nov 2000 18:29:56.0785 (UTC) FILETIME=[35593210:01C05969]

Are you telling windbg where the symbols are?

Use .srcpath to do so (or -y on the command line)

Also turning on symbol loading spew helps alot when trying to figure out
symbol load problems. You can do this with -n on the command line or
“!sym noisy” in the command window.

You can read more about this in the debugger docs that are part of the
package you can download from www.microsoft.com/ddk/debugging

-----Original Message-----
From: Richard J. Pennenga [mailto:xxxxx@avaya.com]
Sent: Tuesday, November 28, 2000 6:47 AM
To: Kernel Debugging Interest List
Subject: [windbg] Win 2k APPLICATION Symbols ???

I’ve got a problem where i don’t see program symbols. I’m building
with
VC++6. I know for a fact that when i used to build with VC++5, and got
a
USER.DMP on WinNT4, that i could see program symbols when using the
then-current
Windbg. Now, with W2K, and VC++6, and the newest Windbg, i cannot see
program
symbols.

I think i’m doing everything the same. Is there something i can check?
Is
there a setting in Windbg? A new setting in VC++6? Something that gets
reset
when upgrading from VC++5 to VC++6?

Please help me out; thanks.

“Joshi, Venu” wrote:
>
> Try this
>
>
http://www.microsoft.com/windows2000/downloads/recommended/sp1/debug/def
ault
> .asp
>
http:faul
> t.asp>
>
> -----Original Message-----
> From: Girish Kumar B K [SMTP:xxxxx@yahoo.com]
> Sent: Wednesday, November 22, 2000 11:13 PM
> To: Kernel Debugging Interest List
> Subject: [windbg] Win 2k Server system drivers
> Symbols ???
>
> Hi,
>
> I don’t find Windows 2k Server system driver Symblos
> on my Install CD. As
> off I know they reside in /support/debug/symbols
> directory on the
> Installation CD. I have win 2k server Installation CD
> from MSDN library
> released in Febraury 2k and October 2k and both
> dosen’t have symbols
> directory in them.
>
> Can some one tell me why they are not on MSDN win 2k
> server CD’s. Where I
> can get them. Are they available on microsoft net ?
>
> Thanks and Regards,
> Girish Kumar
> Specialist
> Storage Solutions.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of
Products.
> http://shopping.yahoo.com/
>
> —
> You are currently subscribed to windbg as:
> xxxxx@ncr.com
> To unsubscribe send a blank email to
> $subst(‘Email.Unsub’)
>
> —
> You are currently subscribed to windbg as: xxxxx@avaya.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)


i There’s a Cross |
r h to bridge |
c the Great Divide… |

Rich Pennenga – Voice/Fax (732) 817-5927
Avaya Communication, formerly the Enterprise Networks unit of Lucent
Technologies
Rm 2B-530A, 101 Crawfords Corner Road
Holmdel, NJ 07733 – http://sjbcs.web.lucent.com/~dween


You are currently subscribed to windbg as: xxxxx@microsoft.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)</http:>