IsDirty debugging in object graph #4623
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have an object graph with a root object and several child objects.
This is an old project where we manually populate the object graph from UI.
We save the object graph but before closing we read the values from UI again and make sure there aren't any unsaved changes. Sometimes, because of a bug in our code we get 'Dirty' message from our object graph. We set breakpoints and find the bug but.. I was wondering if there is an easy way to find such bugs, maybe, conditional breakpoints etc.?
Fellow csla developers!!
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions