In several of my business objects, I'm lazily loading some data that requires a call to the DB. This presents a problem when trying to quick watch the parent object. When it hits that property it tries to load that data only to time out and cause all the subsequent properties to fail to display as well, even if they're simple.
My question is, is there an attribute or something I can put on those properties to tell the IDE to NOT evaluate those properties during a quick watch?
Just turn off evaluations under the Options->Debugging tab.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!) 2008, 2009 In theory, there is no difference between theory and paractice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Bookmarks