Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 712 Bytes

File metadata and controls

13 lines (11 loc) · 712 Bytes
Title Added Last reviewed
Debugging
v3.0.0
2021-02-09

Debugging

When developing add-ins, fixing bugs, or changing Alfresco from the source code, it is helpful to debug an instance of Alfresco running on a standard application server. This section outlines the steps needed to configure Alfresco and Eclipse (or IntelliJ IDEA) to provide a real-time view of the server and to troubleshoot issues by stepping through the code line by line.

Here we assume you have already generated an Alfresco project using the Alfresco SDK. If you don't have a project already, follow the steps in Getting started with Alfresco SDK 4 to learn how to generate it in a few easy steps.