问题

新环境中使用DEBUG模式跑项目时发现报错了,错误截图如下:
Unable to install breakpoint xxx ... to missing line number attributes


问题翻译

无法安装断点
incom.sgcc.sgwpdm.mobile appstore controller.AppStorecontroller
由于缺少行号属性,增强器通过spring CGLIB$$463234cd修改编译器选项来生成行号属性。
原因:
缺少行号信息

解决办法

  • 在启动Debug时取消所有的断点,最后启动完后再次打断点既可以了;

《END》

相关文章:

  • 2021-07-07
  • 2021-05-11
  • 2021-10-18
  • 2021-12-13
  • 2021-12-11
  • 2021-07-27
猜你喜欢
  • 2021-09-17
  • 2021-10-08
  • 2021-10-11
  • 2021-08-30
  • 2022-01-03
  • 2021-06-03
  • 2021-10-23
相关资源
相似解决方案