
|
If you were logged in you would be able to see more operations.
|
|
|
Groovy
Created: 15 May 08 01:32
Updated: 15 May 08 19:15
|
|
| Component/s: |
Run & Debug
|
| Affects Version/s: |
jetgroovy 1.5
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
I'm using the latest plug in as I write this: 1.5.16212
|
|
|
when I'm debugging groovy and want to log an evaluated expression at a breakpoint, I can simply put the variable's name there and it seems to get toString()'ed automatically. For groovy.lang.Reference objects which abound in Groovy, that does the Object implementation and doesn't output the target of the reference. So for a variable named k, for example, I'm forced to do something like this: ((groovy.lang.Reference)k).get() which is a pain in the ass.
|
|
Description
|
when I'm debugging groovy and want to log an evaluated expression at a breakpoint, I can simply put the variable's name there and it seems to get toString()'ed automatically. For groovy.lang.Reference objects which abound in Groovy, that does the Object implementation and doesn't output the target of the reference. So for a variable named k, for example, I'm forced to do something like this: ((groovy.lang.Reference)k).get() which is a pain in the ass. |
Show » |
| There are no comments yet on this issue.
|
|