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:
- springboot version:1.5.3.RELEASE
- intellij idea version: 2017.2.6
- jrebel version : jrebel agent 7.1.2