I think you misunderstood what my need was, probabily I was not suffiecntly clear. The step you suggest was to enable remote debugging, to read debugging (i.e. log4j) infos from a remote server. What I need is a way to let me step through jboss source code, defining Eclipse debugger breakpoints into the java files. Anyway I figured out at last, the steps follow if someone may find it useful.
1) Download the last jboss (already compiled) server and extract to your HD 2) Download the same server version source code and extract to your HD 3) Create a java project in Eclipse, pointing to the source folder. Don't need to build the project 4) Configure a running server configuration in the Jboss IDE plugin for Eclipse pointing to the compiled jboss folder 5) Open the configuration for the jboss server and add the newly created jboss source project. Maybe you don't need to create the project as in point 3, may be sufficient adding the jboss source folder. I didn't try anyway. Now define a breakpoint (in a piece of code you're sure it's executed) and see if it works for you. Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889716#3889716 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889716 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
