Use Eclipse

default workspace

快捷方式中的start in 可以指定working directory.

multiple workspaces 

three different levels

1.Projects 

2.Folders

3.Files

ctrl+f12打开task

Tastlist

Add Task

Bookmark

show whitespace characters 显示空格

Build Path 

可以设置默认的source folder name 和 output folder name

还有默认的jre

refactor

重构

Run configurations

里面可以设定 Main Class 主方法

scrapbook

剪贴簿

Compare with 和 Replace with 可以检查两个版本的代码的不同之处

Debugger

Set simple breakpoints

CTRL+SHIFT+B  / double click editor bar

Set conditional breakpoints

 

Step into / F5 

Step Over / F6

Step Return or F7

Resume / F8

选中变量可以

Change Variable Value

变量可以显示方式为 

Expression View

断点类型

Fileds BreakPoint

Method BreakPoint

Java Exception BreakPoint

原文地址:https://www.cnblogs.com/lfzark/p/2892888.html