Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.1Release
-
Fix Version/s: 2.1.1Release
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Variables in the variable pane show the actual objects as they exist in the running JVM. When debugging groovy code, this is not always the best view. For example, when stepping through a Closure, the parameters are wrapped in Reference objects.
I wonder if this will be as easy as calling the Evaluator with a groovy file name instead of a java file name.
See Evaluator.getClasses() line 133
Include some compiler option that can convert to a groovy file extension instead of a java file extension.