RE: What does the +N suffix mean on the end of release stack traces?



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.

.



Relevant Pages

  • Re: Column numbers in stack trace - enhancement request
    ... When I encounter these kinds of issues during development, ... Stack traces contain only line numbers and in certain cases line number ... sufficiently helpful in narrowing down the problem. ... You can as well debug your app. ...
    (comp.lang.java.programmer)
  • Re: Is it an error?
    ... Could you please create a simplified application that reproduces the ... problem and post it here or send it to me so I could debug it? ... | X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 ... | Newsgroups: microsoft.public.dotnet.framework.compactframework ...
    (microsoft.public.dotnet.framework.compactframework)
  • RE: Unable to debug VB.NET Windows Forms App
    ... Windows Forms Application Does Not Start When You Debug ... #X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 ... #CPU usage for either it or devenv.exe, and its memory usage sits at 60k ...
    (microsoft.public.vsnet.debugging)
  • Re: How does ASP.NET find code-behind DLLs
    ... >Debug mode has several useful features.. ... >a process, trace flags, etc.. ... >> You can have PDBs and stack traces with line numbers in release ... >>>The debug versions have .PDBs and show line numbers in the stack ...
    (microsoft.public.dotnet.framework.aspnet)
  • vb .net debug unable to start external program
    ... i'm currently working on an add-in for microsoft outlook and i have many ... I checked the 'properties - configuration debugging - start external ... But when i run a debug there is an error message: ... I tried to change the 'start external program' path by different value ...
    (microsoft.public.vsnet.debugging)