Skip to content

sbt/sbt-jdi-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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