only:always run tools with remote debug?

This commit is contained in:
Andrey 2023-07-20 14:07:05 -04:00
parent cce7991e37
commit 591f946829
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
# file gen_config_board.sh
# ./gen_config_board.sh config/boards/hellen/hellen-honda-k hellen-honda-k
# for example ./gen_config_board.sh config/boards/hellen/hellen128 hellen128 rusefi_hellen128mercedes.ini
# or ./gen_config_board.sh config/boards/hellen/hellen128 hellen128
# which is short for ./gen_config_board.sh config/boards/hellen/hellen128 hellen128 rusefi_hellen128.ini
@ -46,7 +47,7 @@ echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
# work in progress: migrating to rusefi_${BUNDLE_NAME}.txt
# in rare cases order of arguments is important - '-tool' should be specified before '-definition'
java \
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 \
$COMMON_GEN_CONFIG_PREFIX \
-tool gen_config.sh \
$COMMON_GEN_CONFIG \