|
@@ -42,7 +42,8 @@ public class SimulationPerspectiveFactory implements IPerspectiveFactory {
|
|
|
|
|
|
IFolderLayout bottomRight = layout.createFolder("bottomRight",
|
|
IFolderLayout bottomRight = layout.createFolder("bottomRight",
|
|
IPageLayout.BOTTOM, 0.33f, "topRight");
|
|
IPageLayout.BOTTOM, 0.33f, "topRight");
|
|
- bottomRight.addView("org.yakindu.sct.simulation.ui.declarationview");
|
|
|
|
|
|
+ bottomRight.addView("org.yakindu.sct.simulation.ui.declarationview");
|
|
|
|
+ bottomRight.addView("org.eclipse.debug.ui.BreakpointView");
|
|
|
|
|
|
IFolderLayout top = layout.createFolder("top", IPageLayout.TOP, 0.22f,
|
|
IFolderLayout top = layout.createFolder("top", IPageLayout.TOP, 0.22f,
|
|
editorArea);
|
|
editorArea);
|