Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Running latest in HEAD

There is an API change in our HEAD stream that is breaking Debug UI.
To work around it:
- load org.eclipse.debug.ui from CVS
- change the following in LaunchAsAction.fillMenu:
        if (!activityManager.isMatch(ext.getId(), disabledActivityIds)) {
to:
        if (true) {

Nick



Back to the top