Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 436 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 436 Bytes

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")