Skip to content

2.0.2

Compare
Choose a tag to compare
@adpi2 adpi2 released this 17 Sep 14:44
· 1483 commits to main since this release

scala-debug-adapter

The headline feature of this major release is expression evaluation for Scala 2.12 and 2.13.

  • #64 Introduce new SourceLookUpProvider by @adpi2
  • #68 Look up into JDK sources by @adpi2
  • #69 Expression Evaluator by @tdudzik
  • #70 Cross compilation of expression evaluator by @tdudzik
  • #76 Enable evaluation of variable's toString methods by @tdudzik
  • #95 Add timeout around expression compiler by @adpi2