This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我通过 java 项目 A 作为远程 Java 应用程序进行调试。我有另一个 java 项目 B,我将其代码提取为 jar 文件。我从我的项目 A 中调用这个 jar 文件。现在我想在项目 B 的 jar 从项目 A 执行时调试项目 B 中的代码。如何设置我的 eclispe 调试来执行此操作?(项目B包含一个main方法)