2017년 1월 3일 화요일

intellij inline debugging

설정 :
Preference > Build,Execution, Deployment > Debugger > Data Views

Show values inline  : debugger 의 variable 을 소스 코드에 출력
Show value tooltip : 값을 확인해볼 변수에 마우스 커서를 위치하면 tooltips 으로 값 확인
Show value tooltip on code selection : 변수를 선택(selection) 하면 show variable tooltip

# 추가 tip
1. debug tool window 의 variables tab 에서
변수를 우클릭후 inspect.. 를 선택하면 variable 을 modal 창에서 확인 가능

2. array 변수를 variables tab에서 확인시 array size 지정
- array 변수 우클릭 > Adjust Range... 선택 후 나오는 창에서 range 지정

Intelij 설정 및 plugin

1. preferences... (settings...) Appearance & Behavior > Appearance - Window Options        ✓   Show memory indicator Editor &...