Skip to content

Do not collapse single frames under GroupedStackFrame#653

Merged
iloveeclipse merged 1 commit intoeclipse-jdt:masterfrom
gzsombor:do-not-group-single-frames
Mar 31, 2025
Merged

Do not collapse single frames under GroupedStackFrame#653
iloveeclipse merged 1 commit intoeclipse-jdt:masterfrom
gzsombor:do-not-group-single-frames

Conversation

@gzsombor
Copy link
Copy Markdown
Contributor

What it does

Adjust the stack frame grouping logic, so if only one frame is in a group, we don't want to hide it.

How to test

Start debugging, put breakpoint into a function called through a lambda, like:

	void a5() {
		Optional.of("aa").map(this::a6);
	}

	String a6(String s) {
		return s;
	}

Author checklist

@iloveeclipse iloveeclipse merged commit 7293185 into eclipse-jdt:master Mar 31, 2025
11 checks passed
@iloveeclipse
Copy link
Copy Markdown
Member

Thanks!

@iloveeclipse
Copy link
Copy Markdown
Member

Fixes this comment: #583 (comment)

@gzsombor gzsombor deleted the do-not-group-single-frames branch June 11, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants