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

相關文章
相關標籤/搜索