我想调试与行家: 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的命令产生的),但我可以让他们如何提供给调试器?
是否有一个类加载器,我可以把一个断点?