Application Server Quickstart---6
天下维客,你可以修改的网络知识库
|
Eclipse编辑 技术应用:
其他资源: |
[编辑]
Debugging A Deployed Application
MyEclipse extends the Eclipse debugger platform to support JSP breakpoints and debug actions. Debugging a deployed J2EE application is similar to debugging a standard Java application. From either the Java or JSP source editor you enter breakpoints in the left margin. During application server execution when execution control encounters a breakpoint the Eclipse Debug Perspective is invoked and debug information displayed.
Note: the application server connector's Launch mode must be set to Debug in order for breakpoints to be enabled and execution to halt in a breakpoint context. See the connector's preferences for more details.
Figure 15. JSP debugging session



