How to debug a deployed app on Sap Cloud?

0
Hi all, I am working on a monitoring app that makes various calls to the SAP Cloud platform and retrieves data there. When I run this app locally, the data comes through perfectly. When I deploy the app on Sap Cloud, no data appears. My questions are therefore: 1. Does anyone have any idea what possibly could be going on here? It seems that the API calls are not being made or so. 2. Is there a possibility to debug and trace the application while deployed on SCP?  
asked
2 answers
1

Hi Patrick,

I am also facing the same Issue. If your issue resolved please guide me.

answered
0

Hi Raviteja,

You can set up a debugger in the SAP Cloud platform, the SAP Cloud platform offers a cockpit, this cockpit is used to configure the Cloud environment. This is also the place to configure the accessibility of the SAP if it is deployed on the SAP cloud. It is possible to connect your local environment to the SAP Cloud environment for debugging purposes. You can do this by adding a User Provided Variable:

answered