Daniel Sun created GROOVY-8095: ---------------------------------- Summary: Provide logging for bytecode generation Key: GROOVY-8095 URL: https://issues.apache.org/jira/browse/GROOVY-8095 Project: Groovy Issue Type: New Feature Reporter: Daniel Sun Assignee: Daniel Sun Priority: Minor Fix For: 2.5.0-beta-1
Debugging bytecode issues is a hard work, one of reason is lack of logging. LoggableClassVisitor and LoggableTextifier can make debugging easy. We can debug step by step and investigate bytecode generation line by line. Logging bytecode generation can be enabled by -Dgroovy.log.classgen=true -- This message was sent by Atlassian JIRA (v6.3.15#6346)