4
Google 웹 애플리케이션에 Play 2.3.x가 사용됩니다. 내가 서버 측 코드를 디버깅하고 싶어, 그래서 윈도우 7 시스템에서 다음IntelliJ IDEA 13.1 디버그가 throw 됨 Windows 7에서 Play 2.3.x의 디버거 포트 오류를 열 수 없습니다.
단계를 수행
1) Set the JAVA_OPTIONS to "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9999"
2) On IntelliJ IDE : Run > Edit Configurations > Created a configuration with name "myserverdebug" with values (transport : socket , debugger mode : attach , port : 9999 , host : localhost , modules class path : our project) and apply
3) Run > Debug > Select "myserverdebug"
그런 다음 던져 오류는 다음과 같습니다
오류 실행 ServerDebugTests : 디버거 포트를 열 수 없습니다 : java.net.ConnectException "Connection refused : connect **
이 연결 문제를 해결하는 방법을 알려줄 수 있습니까? Windows 7 (Linux가 아님)에 있습니까?
문제를 해결할 수 있었습니까? 방법? – Nenotlep