2 Replies Latest reply on Apr 18, 2006 3:31 AM by anil.saldhana

    How to pass JPDA settings to the

    anil.saldhana

      I tried hard to pass JPDA settings to the "run-junit" macro such that I could run a visual debugger through the testcases. It did not work.

      How can I pass the JPDA settings to the java command line thru the "run-junit" macro?

      Sorry if this is a naive question.

      <jvmarg value="-Xdebug"/>
      <jvmarg value="-Xnoagent"/>
      <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8686"/>