Skip to content

Commit

Permalink
코드 문법 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoldu committed Apr 17, 2017
1 parent 67c0d07 commit d18b6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intellij-debugging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ break 된 상태에서 코드를 실행할 수 있는 방법은 2가지가 있
하지만 Watch는 **여러 디버깅 코드의 결과를 동시에 확인**이 가능하고, 반복적으로 디버깅 코드를 사용할 필요 없어서 개인적으로 더 선호한다.

> evaluate를 선호하는 분들의 경우 **단축키** 때문에 많이들 사용한다.
watch는 기본 단축키가 없어 마우스를 사용하거나, 단축키를 추가해야하는데 evaluate는 ```option+F8```으로 열고 바로 코드 작성 후 실행하면 되서 사용하기 편하다
watch는 기본 단축키가 없어 마우스를 사용하거나, 단축키를 추가해야하는데 evaluate는 option+F8으로 열고 바로 코드 작성 후 실행하면 되서 사용하기 편하다

### Call Stack

Expand Down

0 comments on commit d18b6c2

Please sign in to comment.