| Summary: | Toggle breakpoint not working using shortctut Ctrl+Shift+B in Java EE Perspective | ||
|---|---|---|---|
| Product: | [WebTools] WTP Java EE Tools | Reporter: | Matthias Hryniszak <padcom> |
| Component: | jst.j2ee | Assignee: | jst.j2ee <jst.j2ee-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Chuck Bridgham <cbridgha> |
| Severity: | normal | ||
| Priority: | P3 | CC: | ccc, kaloyan |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
I can confirm that Ctrl+Shift+B does not work in Java EE perspective. This can be reproduced with any Java file. *** This bug has been marked as a duplicate of bug 255091 *** |
Build ID: I20080617-2000 Steps To Reproduce: 1. Create a new dynamic project, leave all settings default 2. Make sure you're in Java EE perspective! 3. Create a new class in default package (name is not relevant) 4. Create a new method: public String getMessage() { return "HELLO"; } 5. Position your cursor in the like saying 'return "HELLO";' 6. Press Ctrl+Shift+B (default shortcut for "Toggle Breakpoint" action) - nothing happens More information: Toggling the breakpoint works fine in Java perspective as well as in Debug perspective. Toggling the breakpoint using ruler on the left works to. I'm using Eclipse 3.4 language IDE for Java EE from http://www.eclipse.org/downloads/