main [1]打印myVariablecom.sun.tools.example.debug.expr.ParseException:名称未知:myVariablemyVariable = null关于为什么会发生这种情况的任何猜测?我可以像以前那样放置断点,但是无法访问变量。 最佳答案 编译代码时,请确保执行 Debug模式:javac -g *.java 然后,您应该能够在调试期间打印变量。