RE: debugging object

2014-05-20 Thread anthonyatsmallbiz
Thanks Andrew..will try your function...i used smart inpect which does all of this but not needed all the time From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Andrew McGrath Sent: Wednesday, 21 May 2014 11:19 AM To: ozDotNet Subject: re: debugging object

RE: debugging object

2014-05-20 Thread David Kean
to normal debugging. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Andrew McGrath Sent: Tuesday, May 20, 2014 6:19 PM To: ozDotNet Subject: re: debugging object Not exactly sure what you are looking for in terms of a nuget package but I do the following

re: debugging object

2014-05-20 Thread Andrew McGrath
Not exactly sure what you are looking for in terms of a nuget package but I do the following: In the exception handler I call my own Debug.ReportException method to which I would pass the properties of the "interesting" object as List, then I include the stack trace by calling this code: publi