‎2019 Jan 29 8:41 PM
Hello.
I'm using SAP HANA Web-based Development Workbench on SAP Cloud Platform trial. But i can't debug .xsjs files, i'm getting "WebSocket connection is not ready for debugging". I read several solutions to use SAP HANA STUDIO and change xsengine.ini.
But in SAP Cloud Platform I have no access to configuration and SAP HANA Studio. Just web-based
Do you have any advice?
‎2019 Jan 30 8:50 AM
Solved, according to the topic
https://blogs.sap.com/2013/11/27/hana-xs-development-with-the-new-web-ide/
Very useful information.
I couldn't get the xsengine.ini, because I have no SAP HANA Studio for trial SAP Cloud Platform.
But SQL script -
alter system alter configuration ('xsengine.ini','SYSTEM')set ('debugger','enabled')='true' with reconfigure;
performed under SYSTEM user permission, set enabled for debugger.