我无法使用断点进行调试

发布于 2024-12-17 03:49:30 字数 325 浏览 0 评论 0原文

当我尝试放置断点并调试我的项目时,我在 SpringSource Tool Suite (eclipse) 中收到一条奇怪的错误消息,因此在这种情况下,当我启动 Tomcat 进行调试时,它会显示以下错误消息: “由于缺少行号属性,无法在总线中安装断点。GenBUS$$EnhancerByCGLIB$$749137d3。修改编译器选项以生成行号属性。 原因:缺少行号信息”

但我已经控制了,并且在首选项 -> Java -> 编译器部分中一切都很好(添加行号属性...是已检查)。我的项目是 Spring MVC 项目...有什么建议吗?

I'm getting a strange error message in SpringSource Tool Suite (eclipse) when I try to place breakpoints and debug my project, so in this case, when I start Tomcat for debug it shows me the following error message:
"Unable to install breakpoint in bus.GenBUS$$EnhancerByCGLIB$$749137d3 due to missing line number attributes. Modify compiler options to generate line number attributes.
Reason : Absent Line Number Information"

But I have already controlled and everything is fine in Preferences -> Java -> Compiler section (add line number attr... is checked). My project is Spring MVC project... Any suggestions ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜唯美灬不弃 2024-12-24 03:49:30

忽略这一点。即使您收到该消息,断点仍然会被触发。该类是临时的,由 CGLIB 生成。但它仍然调用您的具有断点的类。

Ignore that. Even if you get that message, the breakpoint is still triggered. This class is temporal, generated by CGLIB. But it still invokes your class, which has the breakpoint.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文