Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Breaking API Change


A breaking API change has been released to the debug platform, to accomodate progress reporting while launching.

ILaunchConfiguration#launch(String mode) -> ILaunchConfiguration#launch(String mode, IProgressMonitor monitor)
ILaunchConfigurationDelegate#launch(ILaunchConfiguration config, String mode) -> ILaunchConfigurationDelegate#launch(ILaunchConfiguration config, String mode, IProgressMonitor monitor)

Darin

Back to the top