The Eclipse SDK -- particularly, the Java Development Tool(JDT) project -- features a built-in Java debugger that provides all standard debugging functionality, including the ability to perform step execution, to set breakpoints and values, to inspect variables and values, and to suspend and resume threads.
(The Eclipse debugger itself exists as a standard set of plug-ins included within Eclipse)
(http://www.ibm.com/developerworks/library/os-ecbug/)
* JDT: The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of any Java application, including Eclipse plug-ins.
'잡담' 카테고리의 다른 글
마음(감정) 관리법 (0) | 2010.06.07 |
---|---|
승진할 때 과거의 업적으로 보는 이유 (0) | 2010.06.06 |
영화 같은 내 인생, 박중훈 (0) | 2010.05.17 |
이제부터는 컨버전스의 시대다. (0) | 2010.05.13 |
The best way to write good, efficient code (0) | 2010.04.26 |