scala-debugger v1.1.0-M3 Release Notes

Release Date: 2016-12-21 // over 7 years ago
  • ๐Ÿš€ 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


Previous changes from v1.1.0-M2

  • ๐Ÿš€ This is the second iteration of version 1.1.0. This was cut to provide a couple of fixes for Ensime server as well as update a couple of APIs that were determined to be less than ideal. As such, this release is in fact stable, but is not feature complete. Changes and new features will be documented in the official 1.1.0 release.