Community
Participate
Working Groups
Build Identifier: 20110615-0604 When you add your own Boolean Argument to the Debug configuration tab and define the isValid() method as false Debug button does not disable. Reproducible: Always Steps to Reproduce: 1.Addd a Boolean argument to the Configuration arguments and define isValid() as return false; 2. Go to a new debug configuration. 3. Enable or disable and check the Debug button.
Created attachment 205928 [details] Proposed fix This is the fix i've used for this to work. Thanks, Hernan.
Created attachment 206004 [details] updated patch It makes sense to call isValid for all of the types of arguments we support for launching connectors, as such I updated the original patch to include IntegerArgument and SelectedArgument (as well as BooleanArgument)
Applied second patch to HEAD