This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 49404 - Can't run debugger after Tomcat kill
Summary: Can't run debugger after Tomcat kill
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-22 12:50 UTC by zikmund
Modified: 2006-03-24 10:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-09-22 12:50:35 UTC
Build 200409211800

1) Have a WebApp with endless loop
  e.g. in JSP: <% for (; ;) {} %>
2) Debug application (F5)
3) Kill running Tomcat
4) Debug application again (F5)
5) ERROR:
Deployment progress monitor hangs, ant output
stops on target "debug"

Notice: Running application (F6) in step 4 works fine.
Comment 1 Martin Grebac 2004-09-22 13:26:29 UTC
Fixed in trunk:

Checking in StartTomcat.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/StartTomcat.java,v
 <--  StartTomcat.java
new revision: 1.64; previous revision: 1.63
done
Comment 2 zikmund 2004-10-06 09:03:51 UTC
Verified.