2
當我運行Play應用程序時,我在控制檯中收到此消息。Play Framework1.2.3調試器未能連接:握手失敗
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
...
我沒有運行該應用程序的任何問題,但這個「調試失敗」的消息不斷comimg出來,它只是我的錯誤。
即使創建一個乾淨的項目,也會發生這種情況。
端口8000和9000已打開。
系統是
的Java 1.6.0_24
播放1.2.3
的Windows7 64位
我怎麼能擺脫這個消息的?
如何更改Android Studio中的jdpa端口? –