有时候你需要了解eclipse是如何工作的,这就要导入eclipse的源代码工程进行debug, follow below steps to import eclipse source code:
Open Eclipse
Open menu 'Help' -> 'Install new software'
Select 'The Eclipse Project Updates'
Select 'Eclipse SDK' and install/restart
Open menu 'Window' -> 'Show View' -> 'Plug-ins'
You will find a list of all the plug-ins. Right-click on one, select 'Import as source project' and the source files will appear in a new project.
Note this works on Helios, it may be slightly different on other versions


本文介绍如何在Eclipse中导入其自身的源代码以便于进行调试。步骤包括安装Eclipse SDK,显示插件列表并将其作为源代码项目导入。
2166

被折叠的 条评论
为什么被折叠?



