setSourceLine(lineCurrent);
if (extractRegExp(lineCurrent))
return;
Shell shell = PerlDebugPlugin.getActiveWorkbenchShell();
dialog = new RegExpBPSettingsDialog(shell, this,
"Could not extract Regular Expression...");
if (shell != null) {
shell.getDisplay().syncExec(new Runnable() {
public void run() {
dialog.open();