SAPUI5 Diagnostics tools would do it. But there are api's that would do it very much simpler than that. When you inspect the html, just find the runtime id of the control.
- open the console tab in debugger tools
- $("#<control-id>").control(0); // gives the sapui5 instance of the control
- Expand the mEvenRegistry