|
From: Prabhakar, B. <bha...@et...> - 2007-03-29 21:02:52
|
> I am able to hook up my eclipse debugger to the Wrapper after > specifying additional parameters to the wrapper=20 > =20 > wrapper.java.additional.12=3D"-Xdebug" \ > wrapper.java.additional.13=3D"-Xnoagent" \ > wrapper.java.additional.14=3D"-Djava.compiler=3DNONE" = \ > =20 > = wrapper.java.additional.15=3D"-Xrunjdwp:transport=3Ddt_socket,address=3D8= 000 > ,server=3Dy,suspend=3Dy"\ >=20 > However, the execution does not wait at any breakpoint. Also the > debugger get disconnected as soon as one response is received from the > webservice with a message "Remote Java Application Terminated" . Can > anybody please help me fix this strange behavior? >=20 > Thanks, > Bhagya >=20 >=20 >=20 |