This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 232820
Collapse All | Expand All

(-)a/o.n.bootstrap/launcher/unix/nbexec (+8 lines)
Lines 483-488 Link Here
483
        fi
483
        fi
484
    fi
484
    fi
485
485
486
    if [ "$restart" ] ; then
487
        # remove debug options, since the debugger does not count with application restart
488
        if [ "`echo $jargs | grep -- "-Xrunjdwp:[^ ]*server=n"`" ] ; then
489
            jargs=`echo "$jargs" | sed 's/[^ ]*-Xdebug[^ ]*//'`
490
            jargs=`echo "$jargs" | sed 's/[^ ]*-Xrunjdwp:[^ ]*server=n[^ ]*//'`
491
        fi
492
    fi
493
486
done
494
done
487
495
488
# and we exit.
496
# and we exit.

Return to bug 232820