String selectedURL = null;
boolean showDebugDialog = true;
if (obj instanceof IScriptProject) {
final PHPWebPageLaunchDialog dialog = new PHPWebPageLaunchDialog(
mode, (IScriptProject) obj, basePath);
final int open = dialog.open();
if (open == PHPWebPageLaunchDialog.OK) {
defaultServer = dialog.getServer();
selectedURL = dialog.getPhpPathString();
phpPathString = dialog.getFilename();
breakAtFirstLine = dialog.isBreakAtFirstLine();