Dear Chitra,
The UI Framework, runs in the browser. Debugging it can be hard as the source code of the core widget is minified. (Some custom widgets from the app store are shipped with the code.
Debug in browser: https://developers.google.com/web/tools/chrome-devtools/javascript
For minified code, you can use this option https://developers.google.com/web/tools/chrome-devtools/javascript/pretty-print
Cheers, Andries
Try that in Eclipse. First in Studio Pro, press Ctrl-F5 “Deploy for Eclipse”. Then in Eclipse open the project, look for the widget, set the breakpoint and start the project in debug modus.
Hi,
Why do you want to know how the class is applied to the field? What would like to achieve when you know how it is done?
Cheers,
Jeffrey