You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Lamey <cl...@mail.infonow.com> on 2001/09/19 19:44:55 UTC

JSP compiles with -g?

Hi all, I'm trying to debug some JSPs, and I'd like to be able to browse
the local variables on the stack.  However, jdb complains that the JSP
generated class file wasn't compiled with the -g option.

Is there a way to pass that flag to the JSP compiler?

Windows 2k/Tomcat 3.2.3/JDK 1.3.1_01

Thanks,
Chris