java - I want to see inner values of GWT variables (JavaScriptObjects). -


i want see gwt framework's class's inner property values @ time of debug via eclipse.

suppose have 1 object of com.smartgwt.client.widgets.tab.tabset tabset want see how many tabs in tabset via debugging this.

i mean want see values of properties of tabset or other object record, tab, layout, etc.

can me in this?

when running in debugger, can use jsoinspector.converttoinspectableobject() method. takes javascriptobject , best inspect object in ide-friendly fashion. javadocs:

this class provides api ides inspect javascript objects , not intended used in gwt applications. ides allow custom value renderers debugging can use box javascript objects suitable java types.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -