It will be very convenient to allow the "version_file" argument in AppLauncher for debugging in IDE, such as
new Arguments.StringOption("version_file", "VERSIONFILE" ,"Provide a version file containing a list of services to explicitly allow. (Useful for package development.)")
It then could be used to debug the following lines using BEASTClassLoader inside IDE:
It will be very convenient to allow the "version_file" argument in AppLauncher for debugging in IDE, such as
new Arguments.StringOption("version_file", "VERSIONFILE" ,"Provide a version file containing a list of services to explicitly allow. (Useful for package development.)")
It then could be used to debug the following lines using
BEASTClassLoader
inside IDE:https://github.com/alexeid/TreeStat2/blob/eeceb0ab7d6e6f6b9f14a5d3016fa52b6a9d544e/src/treestat2/TreeStatApp.java#L49-L50