1 Reply Latest reply on May 30, 2006 7:37 PM by rob.stryker

    wht if the code is different from server and IDE

    richwin618

      Hi,
      when I use JBoss IDE to do debugging,if the class on the JBoss server is deffrent from the code on the Eclipse, what will happen?it will exeute the JBoss server code or the code show in the Eclipse editor?

      Thanks

        • 1. Re: wht if the code is different from server and IDE
          rob.stryker

          The source lookup will be showing you source code from eclipse, but what is actually being executed will be what is on the server. It is possible that the two don't match up.

          You may be tracing through it (step by step) and looking at source code, but the server is executing different code. Sometimes eclipse can recognize a mismatch between what code you're browsing and what is actually being executed, but it will not be able to show you the code from the server.

          Hope this helps.