The org.eclipse.jdt.debug.javaLogicalStructures
extension point is used to represent a structured representation of variables in the Variables view ... and, unfortunately, it can only give row-based results.
In theory, you can add a new plugin that adds a new command to the Variables view (the choice is of type JDILocalVariable
) ...
source share