1、設置 java 文件的代碼提示功能打開 Eclipse 依次選擇 Window > Preferences > Java > Editor - Content Assist > Auto activation triggers for Java ,設置框中默認是一個點,現在將它改為: .abcdefghijklmnopqrstuvwxyz(,
2、設置 xml 文件的代碼提示功能
打開 Eclipse 依次選擇 Window > Preferences > Xml > Editor > Content Assist > Auto activation > Prompt when these characters are inserted ,設置框中默認是 <=: ,現在將它改為:<=:.abcdefghijklmnopqrstuvwxyz(,
調試:
F6:單步執(zhí)行不進入
F8:繼續(xù)執(zhí)行到下一個斷點
F5:單步執(zhí)行并進入
ctrl+shift+i:調試時選擇一段后使用此組合快捷鍵,表示執(zhí)行此代碼并顯示執(zhí)行結果信息