Intellij profiler for Scala unit tests
When running and debugging unit tests from scala the option to run a unit test using a profiler is not present. As can be seen here: https://www.jetbrains.com/help/idea/run-debug-and-test-scala.html
Is there a way to run Scala unit tests from intellij using a profiler like it is possible in other languages (e.g kotlin)?
Please sign in to leave a comment.
I have this same issue. Has anyone figured out how to run the profiler in scala?