Documentation - Add middle menu readme files

Add README.md files to the middle menu options to fit the requirements
of Alfresco Builder Network (ABN) in terms of structure.
This commit is contained in:
Jose Luis Osorno
2019-01-17 11:48:48 +01:00
parent ccee83f92d
commit 62dc99e9c6
5 changed files with 62 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
---
Title: Debugging
Added: v3.0.0
Last reviewed: 2019-01-17
---
# 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 3.0](../../getting-started.md) to learn how to generate it in a few easy steps.