Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.1-rc-1
-
Fix Version/s: 1.5.7, 1.6-beta-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
We've recently been getting bug reports on JetGroovy plugin not being able to stop at breakpoints in Groovy. After spending some time with this bug, it seems that groovyc ia not generating LineNumberTable in some cases. For example in this simple script:
<code>
def foo()
{
print "Hello World"
}
foo()
</code>
Issue Links
- is duplicated by
-
GROOVY-2535
lost LineNumberTable in groovyc-produced bytecode
-
same as:
GROOVY-2535