mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
4d12b8f3d3
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(). |
||
---|---|---|
.. | ||
docs | ||
scripts | ||
src | ||
dao-setup.gradle |