remote debug is very cool

This commit is contained in:
Andrey 2024-03-18 10:16:04 -04:00
parent a3d4dfa559
commit 96bcc94e45
1 changed files with 3 additions and 0 deletions

View File

@ -40,7 +40,10 @@ cd "$FDIR"
source gen_config_common.sh source gen_config_common.sh
echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]" echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
JAVA_REMOTE_DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005"
# in rare cases order of arguments is important - '-tool' should be specified before '-definition' # in rare cases order of arguments is important - '-tool' should be specified before '-definition'
#java $JAVA_REMOTE_DEBUG \
java \ java \
$COMMON_GEN_CONFIG_PREFIX \ $COMMON_GEN_CONFIG_PREFIX \
-tool gen_config.sh \ -tool gen_config.sh \