javascript - Why I cannot see the XML files for XML views? -


when use xml view page in sapui5, , open developer tools on google chrome , check, under "sources" tab, directory has ".controller" file, cannot see "view.xml" file. why happen? browser "excludes" xml file after processed ui5 core? in advance!

the sources tab in google chrome developer tools meant debugging logic of application. allows add break-points, see calls stack , observe/tinker intermediate variable values.

as sapui5 xml views don't contain logic, doesn't make sense show in sources tab, there no logic debug. can see xml files in network tab though, if want inspection on contents.

more info on debugging using source tab can found here: https://developer.chrome.com/devtools/docs/javascript-debugging


Popular posts from this blog