bisq/apitest
ghubstan 4d12b8f3d3
Allow remote debugging of background Bisq apps
A unique hard coded debug listening port is assigned to the different
Bisq app types in the BisqAppConfig enum, and background Bisq apps
will be started with remote debug options if the scaffold-setup method
is passed an --enableBisqDebugging=true option.

* Added enableBisqDebugging (default=false) option to ApiTestConfig.

* Added remoteDebugPort field to BisqAppConfig enum.

* Added debugOpts field to BisqApp (using BisqAppConfig#remoteDebugPort).

* Appends debugOpts to exported JAVA_OPTS environment variable if present.

* Removed messy quotes from BisqAppConfig enum javaOpts values.

* Removed redundant return statement from BisqApp#shutdown().
2020-08-25 12:59:55 -03:00
..
docs Add punctuation & re-phrase sentence in README 2020-08-19 11:04:21 -03:00
scripts Move :cli test.sh to :apitest mainnet-test.sh 2020-08-25 11:42:09 -03:00
src Allow remote debugging of background Bisq apps 2020-08-25 12:59:55 -03:00
dao-setup.gradle Delete commented statement 2020-07-13 19:48:59 -03:00