Need to figure out where a key string is being set.
I want to tell Eclipse to stop, as if on a breakpoint, as soon as a variable is set to something, say “key_value_here”?
This isn’t possible is it?
😛
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your question is not exactly clear, but if i understand what you mean it is possible:
If this is a field in a class, set the breakpoint on its declaration. the right click on the breakpoint will allow you to edit breakpoint properties. there you can choose access or modification break.
Hope this helps.