sbt -jvm-debug <port>{
"version": "0.2.0",
"configurations": [
{
"type": "scala",
"request": "attach",
"name": "Scala-attach-5005",
"buildTarget": "root",
"hostName": "localhost",
"port": 5005
}
]
}scala -Vprint:posttyper File.scalasbt
stainless-dotty / run /absolute/path/to/file.scalaExample for stainless.DottyExtractionSuite
sbt -batch \
-Dtestsuite-parallelism=3 \
-Dtestcase-parallelism=5 \
"stainless-dotty / IntegrationTest / testOnly stainless.DottyExtractionSuite"This command is used to run the main class of a project verified with stainless when using the stainless sbt plugin.
runMain your.package.MainRun this script to build the sbt plugin
./bin/package-sbt-plugin.shscalac File.scala
javap -c -l -private *.classscalac -Xprint:typer File.scalasbt -J-Xmx8G stainless-dotty / run /absolute/path/to/file.scala