sbt / sbt-jdi-tools   1.2.0

Apache License 2.0 GitHub

Sbt plugin to add JDI tools.jar to sbt classpath.

Scala versions: 2.12
sbt plugins: 1.x

Sbt Tools Jar Plugin

Looks up and adds the JDK tools.jar to your sbt's unmanaged jars, enabling access to the Java Debugger Interface (JDI).

Installation

sbt 1.0

Add the following to project/plugins.sbt:

addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")

sbt 0.13.x

Add the following to project/plugins.sbt:

addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.0.1")