Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 248393

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.j2eeAssignee: 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:

Description Matthias Hryniszak CLA 2008-09-24 04:19:01 EDT
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/
Comment 1 Kaloyan Raev CLA 2008-09-24 05:28:28 EDT
I can confirm that Ctrl+Shift+B does not work in Java EE perspective. 
This can be reproduced with any Java file. 
Comment 2 Carl Anderson CLA 2008-11-12 14:37:28 EST

*** This bug has been marked as a duplicate of bug 255091 ***