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 179215 - Debugger doesn't stop at breakpoints after modifying source
Summary: Debugger doesn't stop at breakpoints after modifying source
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-05 03:47 UTC by akochnev
Modified: 2012-11-19 10:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
profiler snapshot of groovy parsing performance (6.39 MB, application/octet-stream)
2011-12-21 15:45 UTC, akochnev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akochnev 2010-01-05 03:47:36 UTC
The problem is that if I modify a Grails artifact (e.g. service) after starting a debugging session, the debugger does not stop at breakpoints anymore. 

The sequence of actions to reproduce this is as follows:
1. Start grails app in debug mode
2. Set a breakpoint
3. Execute an action - the debugger stops at the breakpoint. Continue the debugging session
4. Modify the source code (e.g. the service). Save it. 
5. Execute a grails action (the same as #3 above). The debugger doesn't stop at the breakpoint. 

In order to resume the normal behavior of the debugger, I have to restart the grails app.
Comment 1 akochnev 2011-12-21 15:45:42 UTC
Created attachment 114396 [details]
profiler snapshot of groovy parsing performance
Comment 2 akochnev 2011-12-21 16:04:58 UTC
Comment on attachment 114396 [details]
profiler snapshot of groovy parsing performance

added the profiler snapshot to the wrong issue