I think you might get a better answer in "Jboss Application Server Developer" forums".
Anyway, I will try to help. Here is a list of things you need in order to debug JBOSS AS 3.2.6. 1) Get the 3.2.6 (you should consider 3.2.7 now) source code (duh!) 2) Pick a debugger (I.E., the one that comes with Eclipse IDE) If you are using Eclipse IDE, unzip source code and mount it as an Eclipse Java project and you can run Jboss's main class (org.jboss.Main) in debugger mode. That is all you need. If you want to use other debuggers, I am lost since Eclipse is the only thing I use nowadays. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864348#3864348 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864348 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
