Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] New Debug menu in 4.8 M4

Hi all,

Platform debug contributes new top level "Debug" menu in 4.8 M4, starting with build I20171118-1500. This menu should be the home for all debug specific menu entries previously contributed to the "Run" menu [1].

You can see the examples of the new menu here:

https://bugs.eclipse.org/bugs/attachment.cgi?id=271418
https://bugs.eclipse.org/bugs/attachment.cgi?id=271420.

Technically, this change introduces new menu path (org.eclipse.ui.debug/*) with a bunch of groups (with same names as before) but does not remove the old menu (org.eclipse.ui.run/*) and also keeps old debug related group definitions.

The change should be backwards compatible because the old debug related group definitions from org.eclipse.ui.run/* are not moved but copied under the new path. The only group really *moved* from one menu to another is the "org.eclipse.ui.run/jdtGroup", but so far we have not found anyone contributing to it except JDT itself, so it shouldn't be a problem.

We encourage everyone contributing "Debug" menu entries in the 4.8 release to move into the new menu. JDT contributions are already moved. An example of the changes proposed for other clients is visible at CDT Gerrit, see [2].

P.S.
Not directly related to the menus: be aware, that in M4 the Debug perspective layout is changed too, see [3] and this screenshot:
https://bugs.eclipse.org/bugs/attachment.cgi?id=271460.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=513355
[2] https://git.eclipse.org/r/111427
[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=464898

--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov


Back to the top