Skip to content
This repository was archived by the owner on Sep 21, 2019. It is now read-only.

1.1.0 M3 Release (sbt plugin only)

Latest
Compare
Choose a tag to compare
@chipsenkbeil chipsenkbeil released this 21 Dec 19:08
· 40 commits to master since this release

Represents the release of the sbt plugin for the Scala debugger. Credit goes to @alexarchambault for writing sbt-ammonite, which @dickwall and I used as a starting point for writing the sbt plugin for sdb.

You can try it out by creating ~/.sbt/0.13/plugins/sdb.sbt:

addSbtPlugin("org.scala-debugger" %% "sbt-scala-debugger" % "1.1.0-M3")

And then starting sbt and running the following command:

sdb:run

This will start an sdb session.

sbt-sdb