* selected action, or null otherwise
*/
protected void debugApplication(ApplicationAction restartAction) {
DebugCommand command = new DebugCommandBuilder(new IModule[] { module }, cloudServer).getDebugCommand(
restartAction, new ApplicationDetailsDebugListener());
new DebugApplicationEditorAction(editorPage, command).run();
}