debugging object

2014-05-20 Thread anthonyatsmallbiz
Anyone aware or use any tools to debug code at object level. Want to be able to out an object and its property values so i can get more info when an exception occurs in my winforms app? Maybe a nugget package? Anthony Salerno | Founder | SmallBiz Australia Innovation | Web | Software |

re: debugging object

2014-05-20 Thread Andrew McGrath
pick which object to interrogate as part of your exception handler. Andrew From: anthonyatsmall...@mail.com Sent: Wednesday, May 21, 2014 10:32 AM To: ozdotnet@ozdotnet.com Subject: debugging object Anyone aware or use any tools to debug code at object level

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