Remote Debugging
Remote debugging is a critical ability for developers to investigate and resolve issues during the development lifecycle. This guide outlines the steps required to perform remote debugging for an Easy Extension within SAP Commerce Cloud.
Prerequisites
Before you begin, ensure the following requirements are met:
SAP Commerce Cloud is installed on your local machine.
The Easy Extension Framework is configured in your SAP Commerce Cloud installation. For configuration instructions, refer to the relevant documentation.
The repository containing the Easy Extension(s) you intend to develop has been cloned.
The IDE setup for Easy Extensions has been completed as described in the IDE Setup documentation.
Remote Debugging Easy Extensions
Remote debugging for classes developed in Easy Extensions follows the same process as debugging classes in standard SAP Commerce Extensions. Please refer to your IDE documentation and SAP Commerce Cloud guidelines for detailed instructions on configuring and initiating a remote debugging session.