1 Reply Latest reply on Jul 13, 2009 10:16 AM by ubhole

    How to debug the ESB JVM in eclipse?

    oren

      Is there a way to hook into the JVM process in eclipse or some other visual debugging tool and step through a code that's executed on the bus? (e.g. step through Felix class that load a bundle, or my own bundle classes)

       

      Right now I debug by adding debugging printouts and examining servicemix.log, which is an inefficient method.