G'Day!
On 17/10/2007, at 5:16 AM, Frank Condello wrote:
> If you enable "IncludeFunctionNames" in the App properties you can do
> something like this:
>
> Dim e As New RuntimeException
> Raise e
> Exception err
> Dim s() As String = err.Stack
> System.Debuglog s(1)// 0 = this method, 1 = caller, etc.
>
> The function names are slightly mangled but still readable. For
> debugging you'll probably want to turn off "Break On Exceptions" in
> the project menu.
To clean up the stack trace try StackCleaner:
<http://www.fireyesoftware.com/developer/stackcleaner/>
cya
Ben
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|