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 - Attach changes while debugging..
Summary: Attach changes while debugging..
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-20 18:38 UTC by ender01
Modified: 2013-09-04 09:01 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.