2013년 5월 23일 목요일

[Eclipse] [Debugging] JDI thread evalutions has encoutered a problem

"JDI thread evalutions has encoutered a problem"

Problem of Expression View

Expression 에 등록된 변수(Watch)는 toString()을 통해서
상태를 보여주게 되는데

디버깅중인 Method 안에서 오류가 발생하면 위와 같은 메세지를 보여준다

<< 해결 방법 >>

- Expression 에서 Watch 하고 있는 변수를 지워주면 된다.