Eclipse的安装与使用

  • 不要手贱,安装中文语言包。
  • Eclipse Color Theme:主题插件【Window--Preferences--General--Appearance--Color Theme:未安装插件以前,这里仅亮/黑二种主题】windows

    • 修改编辑区的背景色:windows->Preferences->General->Editor->Text Editors
    • 修改字体大小:Window->Preferences->General->Appearance->Colors and Fonts->Basic->Text Font
  • Subversion (SVN):SVN客户端【经过文件--导入打开,svn链接页面,安装:SVN Kit 
  • properties editor:多语言
  • Decompiler:反编译【windows---general---editors---file associations  设置 .class / .class wihout source 为  Decompiler  默认。】

image

 

  • 导入项目到Eclipse中

clip_image001

 

调试: debug as 启动

 

  • 断点:添加、取消

clip_image001[5]

  • 步进:F5:跳入方法、F6:向下逐行调试、F7:跳出方法、F8:直接跳转到下一个断点

clip_image002

 

  • 查看:Watch、Inspect、Display

clip_image003