无法使用JRebel调试执行logger.debug(“asdasdasd”)

时间:2017-11-20 06:42:04

标签: logging intellij-idea jrebel

当我使用JRebel调试运行springboot应用程序时。代码logger.debug(....)无法执行,intellij idea提示

No executable code found at line 32 in class cn.com.XXX.

我发现不仅logger.debug无法执行,而且其他代码也有这个问题。

但是,当我使用不带JRebel的debug时,代码将被执行,并且应用程序运行良好。

使用jrebel debug:

使用没有JRebel的正常调试:

版本:

  1. springboot版本:1.5.3.RELEASE
  2. intellij idea version:2017.2.6
  3. jrebel版本:jrebel agent 7.1.2

0 个答案:

没有答案