标签:
两种debug方式:
第一种方式:在Intellij IDEA: run > Edit Configurations,新增一个Play 2 App
第二种(windows)进入DOS到项目根目录:
第一步:activator -jvm-debug 8888 run
第二步:到intellij 添加监控远程8888端口
第三步:intellij中 run>play-run-remote
标签:
原文地址:http://my.oschina.net/moks/blog/488307