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 225714

Summary: running in debug mode, jsp's are not auto compiled
Product: serverplugins Reporter: ranjit.sandhu
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jskrivanek
Priority: P3    
Version: 7.1.2   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description ranjit.sandhu 2013-02-04 17:00:13 UTC
I am running my project in debug mode using tomcat 7.1.  I change java file, save and click apply code changes button. It works.
I change jsp file, save it, the apply code changes button is disabled.  It neither auto compiles nor allows me to apply the changes.
Finally realized that F9 compiles the file.


Product Version: NetBeans IDE 7.1.2 (Build 201204101705)
Java: 1.6.0_25; Java HotSpot(TM) Client VM 20.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Comment 1 Jiri Skrivanek 2013-02-05 10:16:12 UTC
If "compile on save" option is enabled, modified sources are deployed automatically. But not if debugger stops at breakpoint. See bug 176221 for details.

*** This bug has been marked as a duplicate of bug 176221 ***