From fa3fe15caba90d79ab8f42c966a60a8baca9e972 Mon Sep 17 00:00:00 2001 From: "Watson, Gregory" Date: Wed, 18 Jan 2017 20:40:09 -0500 Subject: [PATCH] Fix script error. Change-Id: I3a1cc7f8832807693f29df9db147653eacf33d53 Signed-off-by: Watson, Gregory --- bundles/org.eclipse.remote.proxy.core/bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundles/org.eclipse.remote.proxy.core/bootstrap.sh b/bundles/org.eclipse.remote.proxy.core/bootstrap.sh index 69eaabcc653..a02a2332845 100644 --- a/bundles/org.eclipse.remote.proxy.core/bootstrap.sh +++ b/bundles/org.eclipse.remote.proxy.core/bootstrap.sh @@ -81,9 +81,11 @@ do_download() { # has happened is to poll if ppid has changed to 1 (i.e. we no longer have a controlling terminal) # start_server() { + # enable debugoptions in order to attach a debugger #debugoptions="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044,quiet=y" - java -cp $plugins/org.eclipse.equinox.launcher_1.*.jar \ # use globbing to find launcher version + # use globbing to find launcher version + java -cp $plugins/org.eclipse.equinox.launcher_1.*.jar \ $debugoptions \ org.eclipse.equinox.launcher.Main \ -application org.eclipse.remote.proxy.server.core.application \