i have big problem with debugging Java Project on Netbeans [6.9 and 7] , in debugging mode when put mouse cursor on variable get this message : ... is not a known variable in the current context. do you have idea for solve this problem on netbeans ?
It means that the code you have executed so far has not defined the variable yet. Press F7 a couple more times until the code defining the variable is executed.
Variables must be instantiated as null at the start of the method or program (either local or global). This type of problem arises when variables are declared "in the middle of the code" and are detected by the JAVA garbage collector.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With