Skip to Content
0
Sep 19, 2019 at 09:25 PM

How to debugg XSJS from HTML5 Apps

83 Views

I have a SAPUI5 Application which is developed in SAP Web IdE and it uses some xsjs services which were developed in HANA Web-Based Development workbench.My issue is irrespetive of me setting a breakpoint in the xsjs service (eg line no 7) ,during runtime it doesn't hit this breakpoint at runtime of the application. Could someone help me understand what needs to be done .I am able to debugg this xsjs service from HANA Web-Based Development workbench ,by providing test data and the breakpoint gets hit.But not at runtime of the application.I tried what is mentioned in this link, https://answers.sap.com/questions/12463588/xsjs-debug-from-html5-apps.html, but that didn't help.