Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[edt-dev] RUI debug icon removed from VE preview toolbar

As of today, the debug icon is no longer displayed in the RUI visual editor's preview toolbar. This icon was redundant to existing Eclipse functionality. You can click on the main debug icon to launch the active file. This icon is on the main workbench toolbar, underneath the menu at the top.

Other ways you can launch your application:

Right-click inside the source editor > Debug As
Right-click on a file in Navigator or Project Explorer > Debug As
Click on the downward arrow next to the main debug icon, this will create a popup menu with a Debug As submenu.

For each "Debug As" menu there is a corresponding "Run As" menu.

-Justin

Back to the top