Debugging widget in Runtime
Hi,
I'm trying to debug the display of the googlemaps widget inside a mashup in the browser Runtime and would like to view widget instance variables in the Chrome developer tools.
Where do I find the googlemaps widget instance object, i.e. the one with the thisWidget.maps and renderHtml() functions etc?
I run the latest Chrome (on Mac) and have the developer console. I can see the TW.Runtime object, I can see the TW.Runtime.Workspace.Mashups.Current.Data with service data loaded. The one thing I cannot find is the widget instance so that I can look at the google.maps.Map instance object.
This question is probably generic to any kind of widget. Where in the browser are the widget instances stored?
Thanks!

