0 Replies Latest reply on Dec 7, 2001 6:17 AM by roserich

    Problem Stepping with Remote Debugging Jboss 3alpha

    roserich

      When remote debugging EJB's in Jboss3alpha, using NetBeans3.3RC1. Breakpoints, stack traces, variable interrogation all works fine. The only problem is that single stepping does not work properly.

      Single step, sometimes takes you to next line sometime skips lines and sometimes continues.

      The deployed jar also has a jUnit test, which when run outside of JBoss, debugs fine.

      Im running Jboss with :-

      java -server -Djava.compiler=NONE -Xnoagent -Djava.compiler=NONE -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFacto
      ryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl -Xdebug -Xbatch -Xint -Xrunjdwp:transport=dt_socket,address=878
      7,server=y -ms64m -mx64m org.jboss.Main

      Has anyone else noticed this, or has anyone else got this working ?