Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.1Release
-
Fix Version/s: 2.5.0Release
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When there is a process paused at a breakpoint typically, the variable values hover will be invoked to show the value of a field or local variable.
However, due to the ordering of the hover extensions coming from the platform, the variable values hover never runs when a GroovyExtraInformationHover returns non-null information.
There should be a way to ensure that the variable values hover still gets a chance to run.
Working now. Will commit soon.