How to debug/run a single gatling simulation in IntelliJ IDEA without sbt command?

Ansen picture Ansen · May 20, 2015 · Viewed 24.6k times · Source

How could I debug or run the BasicSimulation.scala? Now I use sbt command to run: testOnly simulations:BasicSimulation Is there any other easy way to debug? Thanks.