Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Debug with standard eclipse console

Hi all,

I have just committed changes to allow optional console redirection over DBGP i.e. console redirection could be disabled and standard process console will be used. By default this attribute is treated in backward compatible manner (i.e. null attribute means dbgp console). It works in general, but probably more testing is required.

At the moment the checkbox is visible only for ruby - it is enabled in the RubyMainLaunchConfigurationTab with the following method redefinition:

protected boolean canSelectDebugConsoleType() {
  return true;
}

Comments and testing results, please.

Regards,
Alex


Back to the top