Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.1-rc-1
-
None
-
None
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>
Attachments
Issue Links
- is duplicated by
-
GROOVY-2535 lost LineNumberTable in groovyc-produced bytecode
- Closed