0 Replies Latest reply on Jun 3, 2012 3:22 AM by ceefour

    Debugging OSGi projects using Eclipse IDE in JBoss AS/OSGi

    ceefour

      The quickstart shows to deploy an OSGi/PDE bundle is by copying the resulting JAR bundle to the deployments folder.

       

      However, in daily code-debug cycle there needs to be a way to rapidly deploy the bundle on code change/incremental compilation and debugging support for breakpoints, watches, etc.

       

      What is the best way for achieving this?

       

      Thank you.