unless i misunderstand, the debuging feature you want is already part of eclipse. you can enable "step filters" that will "skip" classes in packages that you define.
do a search in the eclipse help for "step filter" for more information. eclipse 3.0 (and 2.1.2 via a plugin) also have the "call heirarchy" functionality that will show which methods call the selected (ie: the "highlighted" methd) methods, or what methods the selected method calls. i also have seen other plugins that will give a graphical display of this. the eclipse profiler http://eclipsecolorer.sourceforge.net/index_profiler.html offers this functionality. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847592#3847592 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847592 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
