Skip to content

Commit d0cd551

Browse files
committed
Enable "Collapse" stack frames by default
Fixes eclipse-jdt#796
1 parent 6738a62 commit d0cd551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIDebugUIPreferenceInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void initializeDefaultPreferences() {
4747
store.setDefault(IJDIPreferencesConstants.PREF_STEP_THRU_FILTERS, true);
4848

4949
// Grouping stack frames
50-
store.setDefault(IJDIPreferencesConstants.PREF_COLLAPSE_STACK_FRAMES, false);
50+
store.setDefault(IJDIPreferencesConstants.PREF_COLLAPSE_STACK_FRAMES, true);
5151

5252
store.setDefault(IJDIPreferencesConstants.PREF_ACTIVE_PLATFORM_FRAME_FILTER_LIST, "java.*,javax.*,jdk.*,sun.*,sunw.*,org.junit.*,org.eclipse.jdt.internal.*"); //$NON-NLS-1$
5353
store.setDefault(IJDIPreferencesConstants.PREF_INACTIVE_PLATFORM_FRAME_FILTER_LIST, ""); //$NON-NLS-1$

0 commit comments

Comments
 (0)