添加调试支持
This commit is contained in:
parent
d32fe2387b
commit
cede60e9a7
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@ lib2
|
|||||||
target
|
target
|
||||||
lib_old
|
lib_old
|
||||||
logs
|
logs
|
||||||
custom_init.sh
|
custom_init.sh
|
||||||
|
new_lib
|
@ -1,4 +1,5 @@
|
|||||||
GAME_ID=1009
|
GAME_ID=1009
|
||||||
|
DEBUG_PORT=10206
|
||||||
LOG4J2_FILE="config/log4j2.xml"
|
LOG4J2_FILE="config/log4j2.xml"
|
||||||
JAR_NAME="lib/guns-admin-1.0.0.jar"
|
JAR_NAME="lib/guns-admin-1.0.0.jar"
|
||||||
if [ ! -f "bin/is_test_env" ]; then
|
if [ ! -f "bin/is_test_env" ]; then
|
||||||
|
@ -1 +1,2 @@
|
|||||||
IS_DEV_ENV=1
|
IS_DEV_ENV=1
|
||||||
|
DEBUG_SUSPEND=n
|
||||||
|
2
third_party/tools
vendored
2
third_party/tools
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 7a560291e310bb85a4aa72d33017219cc5e7356c
|
Subproject commit 20a9680f4a4322148e9d21d3a17ec8b91cc4d5e4
|
2
third_party/wjtx
vendored
2
third_party/wjtx
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 0dc6516dcb40753f36ba4f7a555da0f1a30c46c5
|
Subproject commit 172c53e5548a81a283e5318809eeff66bf9e9f71
|
Loading…
x
Reference in New Issue
Block a user