Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Logging logger.debug(“asdasdasd”)可以';无法使用JRebel调试执行_Logging_Intellij Idea_Jrebel - Fatal编程技术网

Logging logger.debug(“asdasdasd”)可以';无法使用JRebel调试执行

Logging logger.debug(“asdasdasd”)可以';无法使用JRebel调试执行,logging,intellij-idea,jrebel,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调试: 使用不带JRebel的普通调试: 版本: springb

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

No executable code found at line 32 in class cn.com.XXX.
我发现不仅logger.debug无法执行,其他代码也有这个问题

然而,当我在没有JRebel的情况下使用debug时,代码将被执行,并且应用程序运行良好

使用jrebel调试:

使用不带JRebel的普通调试:

版本:

  • springboot版本:1.5.3.0版本
  • intellij idea版本:2017.2.6
  • jrebel版本:jrebel代理7.1.2

  • 请更深入地描述“无法工作”。它的实际问题是什么?我重写了我之前提交的问题。我试图在我的机器上复制这个问题,但没有成功。请复制此问题并将
    jrebel.log
    文件从
    ~/.jrebel/
    目录发送到support@zeroturnaround.com? 还请指定在运行应用程序时是否使用AOP或任何其他字节码检测机制。确保在邮件中也引用这篇SO文章。我已经将问题提交给了support@zeroturnaround.com. @蒂特