You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
I'm doing the XSJS debugging exercise and inspecting the variables after an xsjs file operation is suspended by a debugger breakpoint. However, when I try to inspect the variables in the WebIDE console, the debugger will soon disconnect. Repeating the debugging process again and again consistently result in the debugger being disconnected. Checking on the chrome developer tools console, I can see some websocket error. Is this an issue on webide or on-premise hana?
system: HANA 2.0 SPS02
see screenshot below for reference:
The text was updated successfully, but these errors were encountered:
Impossible to say from this information. If you aren't using HTTPS with a trusted certificate and hostname based routing you might be having disconnect with websockets due to the untrusted nature of the connection. However this could also be problem on the server side. You'd have to check the di-core logs for more details.
I still couldn't figure out the issue on this. But just to have a baseline comparison, I have setup a SAP HANA Express Edition server and found out that this issue doesn't exists in the HXE WebIDE.
Comparing versions of both HANA 2.0 SPS 02:
HXE Version: SAP Web IDE for HANA 2 SPS 02 Patch 1 ( Build 4.2.18 )
Corporate HANA Version: SAP Web IDE for HANA 2 SPS 02 Patch 4 ( Build 4.2.21 )
Surprisingly, the older patch 1 seems to be working fine compared to the Patch 4. Probably, we will just update the Corporate HANA to the latest patch which is currently #7 and see if this solves the debugger issue.
I'm doing the XSJS debugging exercise and inspecting the variables after an xsjs file operation is suspended by a debugger breakpoint. However, when I try to inspect the variables in the WebIDE console, the debugger will soon disconnect. Repeating the debugging process again and again consistently result in the debugger being disconnected. Checking on the chrome developer tools console, I can see some websocket error. Is this an issue on webide or on-premise hana?
system: HANA 2.0 SPS02
see screenshot below for reference:
The text was updated successfully, but these errors were encountered: