Very slow on debugging JSP/Servlet on tomcat 5. Permanently deleted user 创建于 2003年12月02日 07:05 Every trace/step will cause 1-2 seconds.
You have to disable the option "Suspend All Threads While Stepping" (the last button in the debugger tool bar). This option is automatically set when starting a new debugger session - it's a known bug which will be fixed in the next build.
That works! Thanx a millllllllllllion:)