잡담
eclipse debugger
tomato13
2010. 5. 20. 10:58
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.