Mark Slater wrote:
> I'm using Eclipse to try and debug a servlet in tomcat. I've got 
> eclipse set up so that it starts and stops tomcat in debug mode (I  can
> tell because the list of tomcat threads is visible and updated  when I'm
> using the debug perspective). I added a few breakpoints to  my code and
> triggered the servlet, but the breakpoints didn't pause  the execution.
> I know the functions were hit because I've got stack  traces being
> logged with exceptions (they're the reason I'm trying to  debug in the
> first place).
The project that contains your servlets needs to be part of the
project that is associated with the debug session for Tomcat.

Mark


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

Reply via email to