8 Replies Latest reply on Jul 1, 2004 6:50 PM by itteerde

    remote debugging

    itteerde

      hi,

      how do i attach the sources (i prepared as a zip file) in a way eclipse (with jboss-ide) will use them while debugging?

      ok, that's a eclipse question but i think here are many people doing just that so i posted it here.

      thx, erik

        • 1. Re: remote debugging
          itteerde

           

          "itteerde" wrote:
          hi,
          how do i attach the sources (i prepared as a zip file) in a way eclipse (with jboss-ide) will use them while debugging?


          clarification:
          as the topic indicates i am talking about remote debugging and i am talking about the jboss sources (the later is irrelevant i guess)

          • 2. Re: remote debugging
            itteerde

            ok, i figured that out myself, but still see no source code for the jboss classes.

            i attached a zipped folder containing all sources for jboss 3.2.4 rc1 (i corrected the folder structure [copied all org, java, ... folders from the main directories into the folder to be zipped]) to all jars from the JBOSS_HOME/server/all/lib and those at JBOSS_HOME/server/default/lib (i use the default server)

            i think i did not miss any libraries as i can run the server at the debugger but i see no sources for the ServerImpl$LifeThread for example

            plz help

            • 3. Re: remote debugging
              itteerde

               

              "itteerde" wrote:
              to all jars from the JBOSS_HOME/server/all/lib and those at JBOSS_HOME/server/default/lib (i use the default server)


              ... and all jars at JBOSS_HOME/lib

              JBoss version used is 3.2.3, but i guess the changes to 3.2.4 rc1 are not such fundamental ones (if the ServerImpl$LifeThread would have been moved it would matter [i have no access to the CVS where i am working atm {and cannot change that - big companies firewall teams you know...}, therefore i have to use the wrong sources i had on disk for research]), has it been moved?

              • 4. Re: remote debugging
                darranl

                Why can't you download the correct source bundle from sourceforge?

                • 5. Re: remote debugging
                  itteerde

                   

                  "darranl" wrote:
                  Why can't you download the correct source bundle from sourceforge?


                  because there is a firewall (didn't i say so in the original post?), but that would only cause this problem (not finding the class's source) if the class ServerImpl$LifeThread (which i use while trying to solve the problem) had been moved - has it been moved?

                  • 6. Re: remote debugging
                    darranl

                    But you can still download files across the internet can't you?

                    How did you get the compiled version of JBoss?

                    • 7. Re: remote debugging
                      itteerde

                       

                      "darranl" wrote:
                      But you can still download files across the internet can't you?

                      How did you get the compiled version of JBoss?


                      i can (with some problems [download on a coparate lan machine, burn and copy/ usb stick]), the version i use was on disk already (i brought my notebook to the company)

                      • 8. Re: remote debugging
                        itteerde

                        updated the jboss-ide, downloaded sources and binaries for 3.2.4 and still have the same problem (debugger does not have the sources also i attached a zip with all the source files to all jboss-jars)