Eclipse Remote debugging with Linux through CYGWIN isn't working -
i use windows xp cygwin run web-logic server located in machine. have whole setup in 1 machine.
but couldn't make remote debugger work eclipse.
here debug command in startwsl.sh export debug_opts = -xdebug -xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y
but couldn't debug eclipse, connection times out.
do miss need when using cygwin? appreciated!!!
debug_opts not recognized env variable in startweblogic.sh standard script. may want use java_options variable instead.
Comments
Post a Comment