Open thpani opened 2 years ago
I'm in favor of this!
This has to wait.
We cannot check the --debug
flag on version
with our current cmdline parser backuity.clist
(returns None
)
To print the JVM args:
val bean = ManagementFactory.getRuntimeMXBean
Console.println("# JVM args: " + bean.getInputArguments.mkString(" "))
Console.println("#")
Blocked by #1624
We currently print JVM arguments in the
apalache-mc
runscript:To make sure that the JVM actually picks them up, we should print them in Apalache instead.