RE: What does the +N suffix mean on the end of release stack traces?
- From: dverma@xxxxxxxxxxxxxxxxxxxx (Deeptanshu Verma [MSFT])
- Date: Wed, 22 Jun 2005 03:40:34 GMT
Hi Josh,
The numbers are offsets within the function. If you are debugging a release build instead of a debug build or do not have symbols, this is what is shown instead of
absolute line numbers.
Regards,
D.V.
--------------------
>From: "Josh Buedel" <jbuedel@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
>Subject: What does the +N suffix mean on the end of release stack traces?
>Date: Tue, 30 Nov 2004 09:33:04 -0600
>Lines: 20
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
>X-RFC2646: Format=Flowed; Original
>Message-ID: <OUwJNIv1EHA.2572@xxxxxxxxxxxxxxxxxxxx>
>Newsgroups: microsoft.public.vsnet.debugging
>NNTP-Posting-Host: host101-186.rancor.birch.net 65.17.101.186
>Path: cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!tornado.fastwebnet.it!tiscali!newsfeed1.ip.tiscali.net!in.100proofnews.com!in.100proofnews.com!news.moat.net!
nntp.waia.asn.au!202.72.130.18.MISMATCH!quokka.wn.com.au!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.vsnet.debugging:6725
>X-Tomcat-NG: microsoft.public.vsnet.debugging
>
>For example, when an ASP.NET app throws an unhandled exception, the stack
>trace might look like this:
>
>[InvalidCastException: Specified cast is not valid.]
> GatewayEDI.X12.ServiceAdjustmentRow.get_AdjustmentAmount2() +75
>
>[StrongTypingException: Cannot get value because it is DBNull.]
> GatewayEDI.X12.ServiceAdjustmentRow.get_AdjustmentAmount2() +122
> GatewayEDI.X12.X12835.RemitDisplay2.Page_Load(Object sender, EventArgs e)
>+14786
> System.Web.UI.Control.OnLoad(EventArgs e) +67
> System.Web.UI.Control.LoadRecursive() +35
> System.Web.UI.Page.ProcessRequestMain() +750
>
>What do the +75, +122, ect, mean?
>
>Thanks,
>Josh
>
>
>
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
.
- Prev by Date: RE: Windows 2003 SP1 breaks ASP.NET Debugging!!
- Next by Date: Using C# & VB Assemblies: Reference Bug?
- Previous by thread: cannot debug VB6 DLL
- Next by thread: Using C# & VB Assemblies: Reference Bug?
- Index(es):
Relevant Pages
|