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 163148

Summary: Attach changes while debugging..
Product: groovy Reporter: ender01 <ender01>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ender01 2009-04-20 18:38:35 UTC
It seems that you can not attach Groovy class changes while debugging with my current setup.
Running an app on Glassfish V2 and using mvn to build the projects. If I try to attach any changes all it does is 
recompile all the groovy classes, but doesn't see any as being changed. Nothing in the 'Classes to reload: []' part of 
the output.

I can put a breakpoint in the groovy classes and NB will stop there so I know it sees the sources alright. I'm using 
Gmaven 1.6; mvn version 1.0-rc-5
Comment 1 Petr Hejl 2009-05-19 14:52:32 UTC
Class changes are not supported right now.