I am currently developing an Web Application using struts and Eclipse and JBoss 5.0 .I am Using Ant to compile and build the war structure, The web application is running successfully in Jboss and eclipse. But when comes to debugging point of view, while I am putting breakpoints in eclipse, the debugger is stopping at that breakpoint ( it does'nt even showing a attach source in eclipse) . I would like to know how can I debug my Java Code through the ant tool and eclipse.
I saw the similar question here. but it doesnt helped me.
Thanks for help in advance.