我正在使用eclipse调试Android应用,但我看不到Global Static Variables
的价值。
public class Example{
private static int variable;
public void someFunct(){
//some code
int aux = variable;
// some code
}
}
如果为局部变量赋值全局变量值,我可以检查该值,但是在调试时我无法看到全局变量。
我该如何解决?
答案 0 :(得分:0)
调试时将注意放在Variable
上。您可以在Expression
Perspective
Debug
”标签中看到
右键单击全局变量,然后选择watch