You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: