3 Replies Latest reply on Feb 23, 2017 7:48 AM by honza889

    Debugging Arquillian tests from Eclipse

    suikast42

      Hello,

       

      I try debug my testcases from Eclipse. For this purpose I start Jboss in debug mode with the option

       

      -Xdebug -Xrunjdwp:transport=dt_socket,address=8086,server=y,suspend=n.

       

      I try to set this option in stanalone.bat and arquillian.xml as jvm paramater. I can observe that the server start in debug mode for each test for the case that I set the JVM parameter over arquillian.xml. But The breakpoints don't triggered.

       

      What I'm doing wrong ?

       

      My env:

       

      Jboss 7.1.1.Final

      Arquillian 1.0.0.Final

      Eclipse 3.7

       

      Thanks in advance.