Bug 579123 - breakpoint does not stop on "break" statement
Summary: breakpoint does not stop on "break" statement
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.22   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-07 04:06 EST by Jörg Kubitz CLA
Modified: 2024-02-27 12:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Kubitz CLA 2022-03-07 04:06:47 EST
public class Break {
	public static void main(String[] args) {
		do {
			if (true) {
				break; //<-- set breakpoint here
			} 
		} while (true);
	}
}

Would be good if the breakpoint would either work or otherwise give an error message like "can not install breakpoint at that line".
Otherwise the user thinks "condition was never met".
Comment 1 Eclipse Genie CLA 2024-02-27 12:30:36 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.