Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 Jadclipse eclipse 插件在源未附加到 eclipse 时反汇编代码。
我不清楚如何使其同步和调试相同。
有人可以帮助我详细的步骤和评论吗?
任何帮助深表感谢。
谢谢, 凯瑟尔
我不确定 Eclipse 是否能够同步读取 Jadclipse 反编译的代码作为调试源。我想应该不会吧。
因此,我建议您手动反编译这些代码并将其保存到本地源文件,将它们链接到 Eclipse 中的源代码,然后尝试使用远程调试模式来调试您的代码。这是我一直做的方式。