Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WebSocket connection is not ready for debugging

0 Likes
3,310

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?

1 REPLY 1
Read only

913

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.