Very slow on debugging JSP/Servlet on tomcat 5.

Every trace/step will cause 1-2 seconds.

0
Avatar
Permanently deleted user

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.

0
Avatar
Permanently deleted user

That works! Thanx a millllllllllllion:)

0

请先登录再写评论。