Eclipse Java Web Debugging [closed]
HOw do I perform debugging in eclipse to debug my java web project??
If you are running your application within Eclipse, Select Debug As --> Debug on Server
and choose your application server of your choice and run. Obviously, this can work only if you put breakpoints in your java source codes.
For presentation debugging (i.e. html, javascript, css, etc.), use Firebug or your browser debugger.
精彩评论