Hello, Does anyone know if it's possible to debug jsps using JDEbug? I can debug servlets just fine. I can set a breakpoint in a compiled jsp's associated servlet.java source. JDEbug stops on the breakpoint whenever the jsp is loaded. The problem is that emacs complains the source needs to be compiled with the -g option. I recompiled the source from emacs using -g and reloaded the jsp but the results were the same. It may be an issue with the Tomcat servlet container I'm using, since I can't figure out how to make it compile jsps in debug mode. I apologize if this message is off topic; but I received no response from tomcat-user. thanks for any help, Stephen Williams
