When working with web applications, is it possible to use the 3.0.5 debugger ? If so, how does one set up the environment ? Do you somehow run the container under the IDEA environment ?
Yes and Yes. Basically you are running Tomcat or whatever servlet container in the debugger. Here is a guide relevant to 3.0 that explains how this is accomplished.
Tony,
Yes and Yes. Basically you are running Tomcat or whatever servlet container in the debugger. Here is a guide relevant to 3.0 that explains how this is accomplished.
http://www.jetbrains.com/docs/webAppl.pdf
Justin