can't able to remote debug in Intellij
Hello,
I am using intellij community edition.I am trying to set up the remote debugging option inj intellij to debug weblogic application server JVM that is running from command shell.I
set up remote debuuging option ( -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005).I copy pasted the same in my JAVA_OPTS in startWeblogic script to
start the weblogic .when i clicked on debug i am getting the error "Unable to open debugger port : java.net.ConnectException "Connection refused: connect" .
Thanks
请先登录再写评论。