// TODO Auto-generated method stub
}
public Image getImage(Object element) {
if(element instanceof XVRVariable){
XVRVariable variable = (XVRVariable)element;
try {
if(variable.getValue() instanceof XVRValue) return XVRPlugin.getImageDescriptor("icons/variable_obj.gif").createImage();
} catch (DebugException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}else if(element instanceof XVRStackFrame){