2

When I run a springboot application with JRebel debug. The code logger.debug(....) can't be executed, intellij idea prompts that

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

I've found that not only logger.debug can't be executed, but other code also had this problem.

However,when I use debug without JRebel,the code will be executed,and the application work well.

use jrebel debug:

use normal debug without JRebel:

version:

  1. springboot version:1.5.3.RELEASE
  2. intellij idea version: 2017.2.6
  3. jrebel version : jrebel agent 7.1.2
egg
  • 211
  • 1
  • 2
  • 10
  • Please describe "can't work" more in-depth. What's the actual issue with it? – Tiit Nov 20 '17 at 06:47
  • I rewrote the questions I submitted earlier. – egg Nov 21 '17 at 03:45
  • I tried to replicate the issue on my machine but didn't succeed. Could you please reproduce this issue and send the `jrebel.log` file from `~/.jrebel/` directory to support@zeroturnaround.com? Please also specify whether do you use AOP or any other bytecode instrumenting mechanisms whilst running your application. Make sure to reference this SO article in the mail as well. – Tiit Nov 21 '17 at 10:27
  • I've already submitted the problem to support@zeroturnaround.com. @Tiit – egg Nov 22 '17 at 02:53

0 Answers0