Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Hi,

Some of you might have tried to extend a standard fiori app. It is quite tedious to figure out which view and control to enhance sometimes. The way I did it was to use the chrome web debugger and inspect the source and find the correct control. This way it knew what to change in the view I needed to replace.

This might not be new for some of you, but it was for me. So I thought I might as well share it with all of you, just in case. SAP has released a new tool for chrome to easier debug a UI5 application. It let's you inspect the SAPUI5 controls in a given app.

The tools adds a new tab to the debugger specifically designed for UI5 applications. You can use this to highlight the controls viewed on the page, when you hover over a control.

Also you can change the controls directly in the debugger without having to rerender the code.

One last great this is that you can also see the bindings of the control directly in the debugger.

Go check out this new tool here and download it in the Chrome web store

I was pretty excited to see this. How about you?

4 Comments
Labels in this area