#583 / 3bb53aa provided a (well hidden) feature to group/stack frames.
I'm using that since introduction and it is really useful, but it is not enabled by default.
I think we should enable that by default, and, if time permits, add a new preference page in Java/Debug/Stack frames that would allow user to not only toggle this feature but also select which frame filters should be used / add new ones / elete existing.
I will push a PR that switches org.eclipse.jdt.internal.debug.ui.IJDIPreferencesConstants.PREF_COLLAPSE_STACK_FRAMES on by default.
@gzsombor , @SougandhS: do you have time / interest to provide such a new preference page?
#583 / 3bb53aa provided a (well hidden) feature to group/stack frames.
I'm using that since introduction and it is really useful, but it is not enabled by default.
I think we should enable that by default, and, if time permits, add a new preference page in Java/Debug/Stack frames that would allow user to not only toggle this feature but also select which frame filters should be used / add new ones / elete existing.
I will push a PR that switches
org.eclipse.jdt.internal.debug.ui.IJDIPreferencesConstants.PREF_COLLAPSE_STACK_FRAMESon by default.@gzsombor , @SougandhS: do you have time / interest to provide such a new preference page?