summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-11-20 19:36:21 +0100
committerNao Pross <naopross@thearcway.org>2018-11-20 19:36:21 +0100
commit20401338826ee0471a6811a906f21ce869cfae48 (patch)
tree6cf0f9ece1213950c2d0d59abca20236147eeb93
parentMove Map loading into Game (out of graphics) (diff)
downloadSubconscious-java-20401338826ee0471a6811a906f21ce869cfae48.tar.gz
Subconscious-java-20401338826ee0471a6811a906f21ce869cfae48.zip
Update makefile to make jdb always use port 8000
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa65eb0..ed8af89 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ USE_JDB := 0
JAVA := java
JAVA_ARGS := -Dawt.useSystemAAFontSettings=on -cp ../lib/gson-2.6.2.jar:.
ifeq ($(USE_JDB),1)
- JAVA_ARGS += -agentlib:jdwp=transport=dt_socket,server=y,suspend=n
+ JAVA_ARGS += -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000
endif