mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix script error.
Change-Id: I3a1cc7f8832807693f29df9db147653eacf33d53 Signed-off-by: Watson, Gregory <g.watson@computer.org>
This commit is contained in:
parent
36fb7217a5
commit
fa3fe15cab
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue