Conversation
|
Hi @iloveeclipse |
I'll check this |
|
To update toggle buttons check state, I have raised another PR in platform -> eclipse-platform/eclipse.platform#2582 |
edf971a to
a6157e4
Compare
|
Failing tests were due to the change, updated those now 👍 |
|
See eclipse-platform/eclipse.platform#2582 (comment). |
Enable Step filter and few filter options enabled by default Fixes : eclipse-jdt#914
Resolved this now 👍 |
| store.setDefault(IJDIPreferencesConstants.PREF_PROMPT_DELETE_CONDITIONAL_BREAKPOINT, true); | ||
|
|
||
|
|
||
| DebugUITools.setUseStepFilters(true); |
There was a problem hiding this comment.
This is wrong, makes product customization impossible.
Add this line org.eclipse.debug.core/org.eclipse.debug.core.USE_STEP_FILTERS=false to pluginCustomization.ini file and start Eclipse with -pluginCustomization /path/to/pluginCustomization.ini argument (change the path to your local one).
This is supposed to disable step filtering by default, because it is the product setting.
With the line above it will not work anymore.
There was a problem hiding this comment.
Removed this change
Updated setting via eclipse-platform/eclipse.platform@b2ffdcf
There was a problem hiding this comment.
With latest change in platform, one can modify via -pluginCustomization


Enable Step filter and few filter options enabled by default
Fixes : #914
What it does
How to test
Author checklist