Skip to Content
Technical Articles
Author's profile photo Jakob Marius Kjær

Debugging a single JS file in SAPUI5

Hello everyone,

Short blog today, but I think with a very valuable little trick that I didn’t know of. All credit should go to my colleague Kosta Sattsaev for showing me this.

I’m sure we all had to at some point debug a already build application in UI5, everything is coming through the component-preload.js file and therefore we can’t make changes to the source. I used to set the sap-ui-debug=true in the url and then go for a coffee for UI5 to load all the dbg files.

However Kosta showed me this neat little trick, when you are in the application press CTRL + ALT + SHIFT + P and click the select specific modules

 

Now the dialog box isn’t particularly user friendly, but scroll down the list and you’ll find your ui5 application and in that you can select the individual or multiple files you want to see the dbg version of.

Now press the apply button and reload the application, then you are all done and should get the dbg files of only those sources.

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Joseph BERTHE
      Joseph BERTHE

      Wonderfull 🙂

      Thanks for sharing.

      Regards,

      Joseph

      Author's profile photo Yunus Tuzun
      Yunus Tuzun

      Nice feature.Better than writing URL manually. Thanks for sharing 🙂

      Author's profile photo Olivier Abbeloos
      Olivier Abbeloos

      The feature that i was looking for. 🙂

      Thanks for the share.