当我运行Play应用程序时,我在控制台中收到此消息.
06:08:08,069 INFO ~ Starting D:\projects\play1.2.3\test
06:08:08,623 WARN ~ You're running Play! in DEV mode
06:08:08,737 INFO ~ Listening for HTTP on port 9000 (Waiting a first request to start) ...
06:08:31,229 INFO ~ Application 'test' is now started !
Debugger failed to attach: handshake failed - connection prematurally closed
Debugger failed to attach: handshake failed - connection prematurally closed
...
Run Code Online (Sandbox Code Playgroud)
我没有运行应用程序的任何问题,但这个"调试器失败"消息保持comimg out它只是让我烦恼.
即使我创建一个干净的项目,这也会发生.
端口8000和9000是开放的.
系统是
Java 1.6.0_24
播放1.2.3
Windows7 64bit
我怎么能摆脱这个消息?