Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] compile error in MainLaunchConfigurationTab

    protected void performApplyConnectionTimeout(
            ILaunchConfigurationWorkingCopy config) {
        config
                .removeAttribute(ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_WAITING_TIMEOUT);
    }

ILaunchConfigurationWorkingCopy  doesnt have a method removeAttribute() in eclipse 3.3



Back to the top