Basic Operation Eclipse

Eclipse shortcut keys used (updated from time to time)

A debugging:

Eclipse's - VS of
F3 --------- F12 --------- Go to Definition
F5 --------- F11 --------- single stepping into the interior of function
F6 --------- F10 --------- single-step debugging, do not enter the internal function
F8 --------- F5 ----- ----- continue until the next breakpoint

Second comment:

ctrl + shift + c ------------ select Add or partially cancel // comment
ctrl + shift + / ------------ plus selected part / * * / comments
ctrl + shift + \ ------------ remove the selected part of the / * * / comments

Reproduced in: https: //my.oschina.net/secyaher/blog/274439

Guess you like

Origin blog.csdn.net/weixin_34384557/article/details/91966794