| Summary: | Enable the EGL Java debugger to work on a web server | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Justin Spadea <jspadea> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Justin Spadea
Added SMAPBuilder.java and DebugTargetWrapper.java to handle what was described in the original comment. Also added another hard-coded filter "org.apache."to get rid of about 20 stack frames when debugging a service on Tomcat. EclipseEGL2Java adds the SMAPBuilder to the target project if necessary. The "Debug As > EGL Java Application" has been removed, now you just use the regular "Debug As > Java Application" and you'll get EGL debugging capabilities automatically. Verified |