<snip/>

> I've always been 
> confused by people 
> who ask things like, "Does IDE X support JSP debugging?".  
> Well, if you need 
> to debug your JSP, you've got way too much logic in there and 
> no IDE will 
> save you.

Not necessarily.
  
JSP debugging is definitely handy when you are working with a not-yet-mature tag 
library.  I have -- on more than one occasion -- found the bug to be in the tag than 
in the application logic.

In lieu of JSP debugging, I use the generated Java code to debug; definitely more 
tedious -- but it works.

> 
> David

Sri

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to