I'm starting weblogic server in cygwin, I've added set DEBUG_OPTS = -Xdebug -Xrunjdwp:transport=dt_socket,address=5152,server=y,suspend=y in startwls.sh file and passed this DEBUG_OPTS when stating the weblogic server.
But the server does not stops to listen the port, I believe there is no effect of debug_opts. Please help me out to figure this issue.
I'm researching this issue for past two days but no improvement.