Community
Participate
Working Groups
build i0420:0800 JDIDebugPlugin#startUp initializes a group of debug.core preference defaults. This should be done by over-riding Plugin#initializeDefaultPluginPreferences(). The concequences of doing this in your startup code means that the default values cannot be over-riden by plug-in customization methods. (command-line, special file in primary feature's plug-in, etc) Another side effect is that if I'm lucky enough to choose a debug.core pref to customize and test, then I spend an hour trying to figure out why my new pref customization code doesn't work. This is just as a "for instance", of course. :-)
Fixed in JDIDebugPlugin.
Please verify Kevin.
verified