Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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