History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRVY-1479
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Sergey
Reporter: David Smiley
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Groovy

Debugging groovy, the "log evaluated expression" feature should de-reference groovy.lang.Reference objects implicitly

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


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.