gpt4 book ai didi

eclipse 调试器 : attaching source-code of maven dependencies?

转载 作者:行者123 更新时间:2023-11-28 21:44:26 25 4
gpt4 key购买 nike

在 myEclipse 8 中调试我们的 webapp 时,我想使用 maven 管理的依赖项的源代码。

我已经设法将源代码附加到“Maven Managed Dependencies”类路径容器中的库,即当我从依赖项打开类文件时(例如使用 Ctrl-Shift-T),我看到了源代码。

但是,当我为我的 tomcat 定义一个服务器连接器,将 wepapp 部署到它,并在 Debug模式下启动它并在同一个类中的断点处停止执行时,编辑器 Pane 只显示文本“找不到源” ,以及一个用于编辑“源查找路径”的按钮。我试图手动添加“Maven Managed Dependencies”类路径容器,只是被告知“使用 Maven 项目设置来配置 depedency 解析”。但是,我在该属性 Pane 中看不到有用的设置 ...

如何附加这些来源?我知道这适用于 m2e 插件和 wtp,但我宁愿避免说服我的团队其他成员切换插件 ...

最佳答案

看起来像issue MNGECLIPSE-983

I have confirmed that if I manually pick the External Archive option and find the relevant -sources jar (navigating that big .m2/repository tree to find it) and then add the jar as a sources it does work, and surprisingly it does remember the next time which isn't too bad.
That's at least doable I think for me because we don't often need to step debug through external dependencies, but when we do, it's often frequent, so adding it once while a bit of a pain, can be done on a case by case basis.

关于 eclipse 调试器 : attaching source-code of maven dependencies?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1808651/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com