Question

Unable to Debug C# Code in Demo Cloud Environment

We are trying to debug C# code in the provided demo cloud environment, but we haven’t been able to find any documentation that explains how to perform debugging in the cloud. The academy materials only describe debugging methods for on-premise installations.

Additionally, we noticed that File System Development Mode is disabled under Actions > Configuration, and cannot be enabled.

Could you please advise whether debugging is supported in the cloud demo environment, and if so, how we can enable or use it?

Like 0

Like

2 comments

As far as i know, you can't. I develop my c-code on a local system specifically because of that reason. But I'm not an expert, so i would be glad if someone could proof me wrong

You cannot debug C# code remotely from a system hosted in a cloud environment, you must have local access to the system in order to attach a debugger. 

Best you can get for a cloud environment, you can only log message and view the messages remotely (using Clio Explorer). See https://customerfx.com/article/logging-information-and-errors-in-creatio-c-code-and-viewing-from-cloud-hosted-systems/

Ryan

Show all comments