intellij hotswap不起作用:添加一个局部变量

时间:2018-09-28 19:58:35

标签: debugging intellij-idea hotswap

我将OracleJVM与Intellij远程调试配合使用。我没有做任何DCEVM奇特的东西。我的代码:

    public static String test() {
    String data; //new code
    if (some condition){
        //...
        data = "abc"; //new code
        //...
    }
}

进行更改后,重新编译类并验证“ hotswap”是否成功完成,重新运行了静态方法,但调试器变量窗口显示

  

找不到本地变量“数据”

0 个答案:

没有答案