Question

Easy way to debug backend code Test Environment

Hi All,

I have a Test Environment deployed on cloud, So I also do not have access to file system and unable to see logs.

What is the best way I can debug server code in this environment?

Like 0

Like

3 comments

Hello,

 

Thank you for your question!

 

Unfortunately, debugging options are limited in the cloud. 

You can deploy the application on-site. And it will be possible to debug it:

1) https://academy.creatio.com/docs/8-0/user/on_site_deployment/general_de…

2) https://academy.creatio.com/docs/8-0/developer/development_tools/debugg…

 

For this, reach out to us at support@creatio.com and ask for the installation files and well as the backup of the instance you are working on.

 

Also, you can enable debug mode for your instance (it is a system setting called "Debug mode" with code "IsDebug") and re-login to the application.

 

Best regards,

Anastasiia

Anastasiia Lazurenko,

 

Hello Anastasiia, Thanks for the reply. Actually, I have written a cs file for a new case term strategy. It was working fine on the local Environment. But, When I installed it in dev environment, It is not working as expected. 

SInce It is handled properly It is also not throwing any error.

 

How to know what's wrong in this kind of situations? I need to know whether the cs file is installed correctly or not.

Nagaraju,

 

Hello, 

 

In that case, I'd suggest to contact us at support@creatio.com, so we could provide you with application logs for the mentioned data and you'll be able to analise it. 

 

Best regards,

Anastasiia

Show all comments