Looks up and adds the JDK tools.jar
to your sbt's unmanaged jars, enabling
access to the Java Debugger Interface (JDI).
Add the following to project/plugins.sbt
:
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
Add the following to project/plugins.sbt
:
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.0.1")