我有系统:
debian-sid(8.0)
SBT(0.13.7)
java(测试了不同的版本
1)openjdk 7u75-2.5.4-1
2)openjdk 1.8.0_40-internal-b09
3)oracle jdk 1.8.0_31-b13)。
当我尝试在调试模式下运行应用程序时
sbt -jvm-debug 9999 run
我总是收到错误:
Could not find agent library jdwp:transport on the library path, with error: libjdwp:transport.so: cannot open shared object file: No such file or directory
有关如何使调试工作的任何建议吗?
更新 sbt 0.13.6工作正常。它是一个错误还是现在它是在sbt中使用调试器的另一种方式?