我正在尝试使用 : 调试 Maven jdb -attach 8000
,在使用mvnDebug
.
我尝试放置断点,但得到:
main[1] stop in DeployMojo.DeployMojo
Deferring breakpoint DeployMojo.DeployMojo.
It will be set after the class is loaded.
main[1] stop at Dependency:66
Deferring breakpoint Dependency:66.
It will be set after the class is loaded.
当我运行时,不会调用断点。我有源代码(使用 maven 命令生成),但我怎样才能让它们对调试器可用?
有没有可以放置断点的类加载器?