|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Klaus Neuberger (Klaus.Neuberger_at_NBGM.SIEMENS.DE)
Date: Fri Jan 24 2003 - 01:13:27 CST
Hi Shankar
>What does this really mean. Does this mean that
>although the mode of build for the given artifact was
>"Release" it still has debugging information
>associated with it.
>
Yes, this means you have a Release-Build with debugging information.
Release-Build only means that you run some optimisation over your code and
that unused method are stripped. This is independend from debugging info.
You can create and debug Release code. The only problem is that you debugg
optimized code and sometimes get trouble to view variables.
>I see that for some of the Microsoft DLLs the Debug
>column says "Yes" and I am unable to understand what
>that means.
>
For all Microsoft DLL and EXE there is the debugging information available.
Have a look on the following link, how you could get the debugging symbols:
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/vsdebug/html/vxtskinstallingdebugsymbols.asp
With the right debugging symbols installed your debugger shows the names
of the system call on the call stack.
best regards
Klaus Neuberger
----------------------------------------------------------------
Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
contains important info. Save time, search the archives at
http://discuss.microsoft.com/archives/index.html .
To unsubscribe, mailto:DCOM-signoff-request
DISCUSS.MICROSOFT.COM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]