Re: boolean changing value in a RR loop
Re: boolean changing value in a RR loop
- Subject: Re: boolean changing value in a RR loop
- From: Art Isbell <email@hidden>
- Date: Tue, 14 Mar 2006 11:38:13 -1000
On Mar 14, 2006, at 11:21 AM, Dev WO wrote:
Is there any way I could check what is accessing this boolean in a
request-response loop?
If you haven't created accessor methods for this boolean in your
component, do so. Then set debugger breakpoints in the setter and
getter methods. You should then be able to determine exactly when
the value is being changed and possibly by examining the stack
backtrace, what is responsible for the change.
Aloha,
Art
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden