0 Replies Latest reply on Aug 24, 2006 3:30 PM by vralev

    Debugging process (newbie)

    vralev

      Hello everyone,

      I am new to JBoss (and J2EE..), trying to understand the design and the development process in your applications server. Right now, I am interested in how do you debug problems found in the unit tests?

      Is there an easy way to step into a unit test and debug from there (using eclipse for example) or I have to create my own eclipse project, add the unit test and the unit and write a new application entry point, then deploy the the server....(slow)

      Or is there another approach?

      Thanks