microsoft / vscode-java-debug

Java Debugger for Visual Studio Code.
Other
528 stars 338 forks source link

Support for SBT debug with play framework? #79

Open atacraft opened 7 years ago

testforstephen commented 6 years ago

The compiler and ASTParser of java debugger is based on java language server support plugin, currently because there are no language server support for scala and sbt yet, we prefer to revisit this feature in future.

atacraft commented 6 years ago

Thanks for replying! I understand. Maybe you've already seen it but here are some people trying to work around sbt and scala ...

https://marketplace.visualstudio.com/items?itemName=itryapitsin.Sbt https://marketplace.visualstudio.com/items?itemName=lightbend.vscode-sbt-scala#overview https://marketplace.visualstudio.com/items?itemName=daltonjorge.scala#overview

akaroml commented 6 years ago

@atacraft Our current focus is Java. But we encourage the community to take the debugger to debug other JVM based languages like Scala.

akaroml commented 6 years ago

This issue is put into backlog. We can revisit when we decide to support scala.

wsxarcher commented 6 years ago

SBT can also be used for Java-only projects.