1 Reply Latest reply on Feb 24, 2017 6:34 AM by bmajsak

    Debugger not working properly on TestNG test using Arquillian deployed to Jboss embedded container?

    brucespringfield

      I am using Eclipse to try to debug a TestNG test that extends the Arquillian base class, org.jboss.arquillian.testng.Arquillian, on a web application deployed to the JBoss embedded container.

       

      I have set breakpoints in the TestNG test. I start the TestNG test with a Debug configuration in Eclipse. Breakpoints set in the @Deployment createTestArchive() part of the test are hit. But any breakpoints set in the test after this point are not hit.

       

      Any ideas how to solve this?