0 Replies Latest reply on Dec 5, 2014 9:05 AM by sumanthkethe

    Jboss Remote Debugging

    sumanthkethe

      Hi All,

       

        I wanted to know how does Jboss remote debugging works.

       

      1) I am debugging a java file in eclipse in debug mode.

      2) I will change the code and save the .java file.

      3) The .java will start building againg (i.e the .class file will be created when i save the .java file)

      3) The debug starts all over again. and i will be able to see the results of the new code changed on the fly.

       

      My question : In dugugging mode the .class files are picked from the classes folder of the project???

      .