I used a debugger in NetBeans and made a watch for a certain boolean variable. At a breakpoint it said that that variable had “No current context (stack frame) <” I’m just wondering what that exactly means.
Share
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.
Simple answer : The debugger simply tells you that it can’t evaluate your variable because your boolean variable is not in the memory at your breakpoint.
Regards.