1.  查看你的代码是不是加了事务,比如 @Transactional 注解,去掉后才能调试

2.  查看 Eclipse 配置,要勾选 

     add line number attributes to generated class file(used by the debugger)

       Unable to install breakpoint in

相关文章: