原文地址:http://www.cnblogs.com/hbbbs/p/3596179.html
现象
- 修改了class,编译后,JRebel自动装载到Web容器中。但此时调试这个类会发现无法正常调试了。
解决
- 打开Window-Preferences-Java-Debug-Step Filtering,增加2个filter即可:
com.zeroturnaround.*
org.zeroturnaround.*如下图所示:
软件配置
- 操作系统 Windows 7 x64
- 系统补丁(SP) Service Pack 1
- JRebel 5.5.1
- Eclipse 3.6 Oepe